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. |
RafaelOrtiz (talk | contribs) minor |
||
| Line 7: | Line 7: | ||
You will learn to: | You will learn to: | ||
* | * Create an account, which you do once, | ||
* | * 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, | ||
* | * 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 == | ||