Difference between revisions of "Git Tutorial"

From Earlham CS Department
Jump to navigation Jump to search
(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,...")
 
 
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 cheat sheet] is very helpful.
+
* 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 16:46, 26 January 2017

Here is a list of helpful resources for learning Git.