Difference between revisions of "How To Use Git"

From Genome Analysis Wiki
Jump to navigationJump to search
Line 25: Line 25:
 
== How Do I...==
 
== How Do I...==
 
=== [[Turn an already existing directory into a Git Repository]] ===
 
=== [[Turn an already existing directory into a Git Repository]] ===
=== [[Create a remote bare Git repository for a repository to push to/pull from]] ===
+
=== [[Turn an already existing directory into a Git Repository#Create a remote bare Git repository for a repository to push to/pull from|Create a remote bare Git repository for a repository to push to/pull from]] ===
  
 
More - COMING SOON!
 
More - COMING SOON!

Revision as of 18:08, 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

Create a remote bare Git repository for a repository to push to/pull from

More - COMING SOON!