Git workflows
types and pitfalls
git pull --rebase
git pull --rebase origin master
git merge --no-ff my_feature
Centralized Workflow
If your developers are already
comfortable with Subversion, the
Centralized Workflow lets you
experience the benefits of Git without
having to adapt to an entirely new
process. It also serves as a friendly
transition into more Git-oriented
workflows.
How It Works
Feature Branch Workflow
Git Workflows on site!
Workflow for drupal projects
?
Workflow for drupal projects
1. Feature Branch
2. Pull Request
3. Forking Workflow
4. Gitflow ???
metro vs git

Git workflows