Difference between revisions of "How To Use Git"

From Genome Analysis Wiki
Jump to navigationJump to search
Line 19: Line 19:
 
We use GitHub to host our software repositories - take a look at a brief overview
 
We use GitHub to host our software repositories - take a look at a brief overview
 
*[[Media: GitHub.pdf|GitHub]]
 
*[[Media: GitHub.pdf|GitHub]]
 +
 +
 +
= Git FAQs =
 +
 +
== How Do I...==
 +
=== [[Turn an already existing directory into a Git Repository]] ===
  
 
More - COMING SOON!
 
More - COMING SOON!

Revision as of 17:53, 14 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

Using Git Example

Cheat Sheet

GitHub

We use GitHub to host our software repositories - take a look at a brief overview


Git FAQs

How Do I...

Turn an already existing directory into a Git Repository

More - COMING SOON!