Difference between revisions of "Git"
From GLMWiki
Line 1: | Line 1: | ||
[[Image:Git-Logo-2Color.png|center|thumb|Git]] | [[Image:Git-Logo-2Color.png|center|thumb|Git]] | ||
− | + | ==Install== | |
[[Installing Git]] | [[Installing Git]] | ||
+ | ==Reference== | ||
git book online | git book online | ||
http://git-scm.com/book | http://git-scm.com/book | ||
Line 9: | Line 10: | ||
http://git-scm.com/book/ch8-1.html | http://git-scm.com/book/ch8-1.html | ||
+ | ==Git-Svn== | ||
[[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]] | [[Setting up Git for the first time]] | ||
+ | ==SSH Keys== | ||
[[Creating your ssh keys (private/public)]] | [[Creating your ssh keys (private/public)]] | ||
+ | ==Gitolite== | ||
[[Creating a new Git repo]] | [[Creating a new Git repo]] |
Revision as of 13:44, 31 October 2013
Install
Reference
git book online http://git-scm.com/book
git svn http://git-scm.com/book/ch8-1.html
Git-Svn
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)