Git support
Git tutorials
Subcommands of GitFlow
init | Initialize a new git repo with support for the branching model. |
feature | Manage your feature branches. |
bugfix | Manage your bugfix branches. |
release | Manage your release branches. |
hotfix | Manage your hotfix branches. |
support | Manage your support branches. |
config | Manage your git-flow configuration. |
log | Show log deviating from base branch. |
version | Shows version information. |
Flow graphs of GitFlow
feature graph | Illustrate the flows of feature subcommands. |
bugfix graph | Illustrate the flows of bugfix subcommands. |
release graph | Illustrate the flows of release subcommands. |
hotfix graph | Illustrate the flows of hotfix subcommands. |
support graph | Illustrate the flows of support subcommands. |
Git tips
- Amending the most recent commit message
- Changing git commit message after push
- Undo the last commit
- Rolling back local and remote git repository
- Setting paths