Difference between revisions of "Git"

From GLMWiki
Jump to: navigation, search
Line 3: Line 3:
 
[[Installing Git]]
 
[[Installing Git]]
  
 +
==Git for the first time==
 +
[[Setting up Git for the first time]]
 +
 +
==SSH Keys==
 +
[[Creating your ssh keys (private/public)]]
 
git svn
 
git svn
 
http://git-scm.com/book/ch8-1.html
 
http://git-scm.com/book/ch8-1.html
Line 9: Line 14:
 
[[Checking out a site from svn with git (limit git)]]
 
[[Checking out a site from svn with git (limit git)]]
  
==Git for the first time==
 
[[Setting up Git for the first time]]
 
 
==SSH Keys==
 
[[Creating your ssh keys (private/public)]]
 
  
 
==Gitolite==
 
==Gitolite==

Revision as of 13:46, 31 October 2013

Git

Install

Installing Git

Git for the first time

Setting up Git for the first time

SSH Keys

Creating your ssh keys (private/public) git svn http://git-scm.com/book/ch8-1.html

Git-Svn

Checking out a site from svn with git (limit git)


Gitolite

Creating a new Git repo

Reference

git book online http://git-scm.com/book