Git
Table of Contents
Installation
Configuration
Documentation
For available git commands, options and examples see API Reference.
For more descriptive info on commands, usege and internals see "Pro GIT" book.
Git flows
- Branching workflow and Maintaining a Project available on git-scm.
- GitHub Flow
- Comparing Workflows on Atlassian.
- "A successful Git branching model"
- "A (Simpler) Successful Git Branching Model"
- A pragmatic guide to the Branch Per Feature git branching strategy
Tools
@todo TBD
Other
.gitignore
Sometimes you'll want to customize .gitignore file shipped with Drupal 7 - check this collection of .gitignore files for some ideas what can be added to your .gitignore.