HTCondor and Git
- ManagingCondorSourceTreesWithGit - Read this first
- MergingGithubPullRequests
- RandomGitWisdom
- RevertingBadMerges
- RevertingGuidelines
- GitPushChecklist - Checklist of what to do before every push to the central repo
- CommitMessages - Guidelines for commit messages
- VersionHistoryHowTo - Commits should almost always have a version history entry.
- GitNewBranchRules - Gonna create a new branch? READ THIS!!
- GitTricks
- GitTroubleShooting
- GitFromWindows - Tips on using Git From Windows
- SourceCodeBranches - On which branch should I check in code or documentation?
- Gitweb (Like bonsai)
- BagAndTag - You can restore a branch that has been tagged
- ConvertingCvsToGit
Git Resources
- The Git Manual
- The Git Community Book
- A Useful Git FAQ
- Pro Git (Online Book)
- Git For Computer Scientists
- Git Magic
- #git on freenode is a good place to ask git questions
- Git from the Bottom Up