Difference between revisions of "Git"
From GLMWiki
(→Git Flow) |
|||
Line 1: | Line 1: | ||
[[Image:Git-Icon.png|center|Git]] | [[Image:Git-Icon.png|center|Git]] | ||
+ | ==GLM Git Guide== | ||
+ | [[The Great GLM Git Guide]] | ||
+ | |||
==Git Docs== | ==Git Docs== | ||
[http://try.github.com/ Try git tutorial] | [http://try.github.com/ Try git tutorial] | ||
Line 13: | Line 16: | ||
==Installation & Initial Setup== | ==Installation & Initial Setup== | ||
[[Git Installation & Initial Setup]] | [[Git Installation & Initial Setup]] | ||
− | |||
− | |||
− | |||
==Setup ssh-agent== | ==Setup ssh-agent== |
Latest revision as of 10:26, 9 June 2016
Contents
GLM Git Guide
Git Docs
Installation & Initial Setup
Git Installation & Initial Setup
Setup ssh-agent
ssh-agent on windows(git bash)
Git-Svn
Checking out a site from svn with git (limit git) git svn http://git-scm.com/book/ch8-1.html
Gitolite
gpg signing
If you’re making signed annotated tags (as discussed in Chapter 2 of Git Pro), setting your GPG signing key as a configuration setting makes things easier. Set your key ID like so:
git config --global user.signingkey <gpg-key-id>
Git New Website Setup Checklist
Git New Website Setup Checklist
Git Flow
Git home config file
Git Ignore File
SSH Keys
Creating your ssh keys (private/public)
Reference
git book online http://git-scm.com/book