Difference between revisions of "Git Tutorial"
Jump to navigation
Jump to search
Khojanator (talk | contribs) (Created page with "Here is a list of helpful resources for learning Git. * If you are new to Git, I recommend using this [https://try.github.io/levels/1/challenges/1 tutorial]. * For common use,...") |
Khojanator (talk | contribs) |
||
Line 1: | Line 1: | ||
Here is a list of helpful resources for learning Git. | Here is a list of helpful resources for learning Git. | ||
* If you are new to Git, I recommend using this [https://try.github.io/levels/1/challenges/1 tutorial]. | * If you are new to Git, I recommend using this [https://try.github.io/levels/1/challenges/1 tutorial]. | ||
− | * For common use, this [https://wiki.cs.earlham.edu/images/e/e8/Github-git-cheat-sheet.pdf | + | * For common use, this [https://wiki.cs.earlham.edu/images/e/e8/Github-git-cheat-sheet.pdf Cheat Sheet] is very helpful. |
* For more advanced training, try the following: | * For more advanced training, try the following: | ||
** [https://services.github.com/on-demand/downloads/subversion-migration/ Subversion to Git Migration] | ** [https://services.github.com/on-demand/downloads/subversion-migration/ Subversion to Git Migration] | ||
** [https://services.github.com/on-demand/downloads/submodule-vs-subtree-cheat-sheet/ Handling Dependencies with Submodules and Subtrees] | ** [https://services.github.com/on-demand/downloads/submodule-vs-subtree-cheat-sheet/ Handling Dependencies with Submodules and Subtrees] |
Latest revision as of 15:46, 26 January 2017
Here is a list of helpful resources for learning Git.
- If you are new to Git, I recommend using this tutorial.
- For common use, this Cheat Sheet is very helpful.
- For more advanced training, try the following: