Activity Team/Git Tutorial: Difference between revisions

move additional git references to page above, if we need it duplicated we should use a template for it.
minor
Line 7: Line 7:


You will learn to:
You will learn to:
* create an account, which you do once,
* Create an account, which you do once,
* create and add an SSH key, which you do once or if you change system,
* Create and add an SSH key, which you do once or if you change system,
* create a project, a local repository, and identify yourself to git, which you do once per project,
* Create a project, a local repository, and identify yourself to git, which you do once per project,
* add source files, change existing source files, commit changes, push changes, and pull changes, which you do regularly.
* Add source files, change existing source files, commit changes, push changes, and pull changes, which you do regularly.




Line 150: Line 150:


You should do ''git pull'' frequently; before starting development, before pushing changes, and when you see other developers commit changes.
You should do ''git pull'' frequently; before starting development, before pushing changes, and when you see other developers commit changes.


== Other Notes ==
== Other Notes ==