... | @@ -5,7 +5,7 @@ or maybe [A Simple Guide to Git](http://rogerdudler.github.io/git-guide/). |
... | @@ -5,7 +5,7 @@ or maybe [A Simple Guide to Git](http://rogerdudler.github.io/git-guide/). |
|
There are some of the terms you'll need to know are:
|
|
There are some of the terms you'll need to know are:
|
|
1) `pull`: fetch the most recent version of the code (after you `cloned` the repository).
|
|
1) `pull`: fetch the most recent version of the code (after you `cloned` the repository).
|
|
2) `git add`: "stage" your changes for the commit.
|
|
2) `git add`: "stage" your changes for the commit.
|
|
3) `commit`: group together changes to make them final (see [below](../Git-Workflow#Commits)).
|
|
3) `commit`: group together changes to make them final (see [below](../wiki/Git-Workflow#Commits)).
|
|
4) `push`: send your changes upstream.
|
|
4) `push`: send your changes upstream.
|
|
|
|
|
|
On a bigger scale, changes to the code can be made on different `branches`,
|
|
On a bigger scale, changes to the code can be made on different `branches`,
|
... | @@ -68,5 +68,5 @@ Think twice! Probably you should be doing two separate commits. |
... | @@ -68,5 +68,5 @@ Think twice! Probably you should be doing two separate commits. |
|
|
|
|
|
What's Next
|
|
What's Next
|
|
-----------
|
|
-----------
|
|
Now that you know how to work on this repository, you can read the [Coding Guidelines](../Coding-Guidelines)
|
|
Now that you know how to work on this repository, you can read the [Coding Guidelines](../wiki/Coding-Guidelines)
|
|
and start [Writing a Driver](../Writing-a-Driver). |
|
and start [Writing a Driver](../wiki/Writing-a-Driver). |
|
\ No newline at end of file |
|
\ No newline at end of file |