| ... | ... | @@ -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:
|
|
|
|
1) `pull`: fetch the most recent version of the code (after you `cloned` the repository).
|
|
|
|
2) `git add`: "stage" your changes for the commit.
|
|
|
|
3) `commit`: group together changes to make them final (see [below](../wiki/Git-Workflow#Commits)).
|
|
|
|
3) `commit`: group together changes to make them final (see [below](../wiki/Git-Workflow#commits)).
|
|
|
|
4) `push`: send your changes upstream.
|
|
|
|
|
|
|
|
On a bigger scale, changes to the code can be made on different `branches`,
|
| ... | ... | |