Difference between revisions of "Git"

From GLMWiki
Jump to: navigation, search
Line 16: Line 16:
 
==Gitolite==
 
==Gitolite==
 
[[Creating a new Git repo]]
 
[[Creating a new Git repo]]
 +
 +
==gpg signing==
 +
[[How to sign your commit or tags]]
  
 
==Reference==
 
==Reference==
 
git book online
 
git book online
 
http://git-scm.com/book
 
http://git-scm.com/book

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

Checking out a site from svn with git (limit git) git svn http://git-scm.com/book/ch8-1.html

Gitolite

Creating a new Git repo

gpg signing

How to sign your commit or tags

Reference

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