Difference between revisions of "How To Use Git"

From Genome Analysis Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
Some useful suggestions/links/information on how to use git.
 
Some useful suggestions/links/information on how to use git.
 +
 +
= Learning Git =
 +
== Presentations ==
 +
* [[Media:GitHowTo_JustBasics.pdf|Just the Basics]]
 +
* [[Media:GitHowTo_TagsBranches.pdf|Tags & Branches]]
 +
** Needed for making changes without affecting others
 +
** Useful for marking releases
 +
 +
If you want to use a GUI, one option is: [[Media:SmartGit.pdf|SmartGit GUI]]
 +
 +
== Practical ==
 +
 +
== Cheat Sheet ==
 +
*[[Git Cheat Sheet]]
 +
  
 
COMING SOON!
 
COMING SOON!

Revision as of 17:35, 7 July 2011

Some useful suggestions/links/information on how to use git.

Learning Git

Presentations

If you want to use a GUI, one option is: SmartGit GUI

Practical

Cheat Sheet


COMING SOON!