Git Town provides additional Git commands that automate the creation, synchronization, shipping, and cleanup of Git branches. Compatible with all popular Git workflows like Git Flow, GitHub Flow, GitLab Flow, and trunk-based development. Supports mono-repos and stacked changes. Check out this screencast for an introduction.
- git hack - create a new up-to-date feature branch off the main branch
- git sync - update existing branches, remove shipped branches
- git switch - switch between branches via text UI
- git propose - create a pull or merge request for a feature branch
- git append - insert a new branch as a child of the current branch
- git diff-parent - show the changes committed to a feature branch
- git prepend - insert a new branch between the current branch and its parent
- git set-parent - update the parent of a branch
- git contribute - add commits to somebody else's feature branch
- git observe - track somebody else's feature branch without contributing to it
- git park - stop syncing one of your feature branches
- git prototype - sync but don't push a branch
- git town continue - restart the last Git Town command after having resolved conflicts
- git town skip - restart the last run Git Town command by skipping the current branch
- git town status - displays or resets the current suspended Git Town command
- git town undo - undo the most recent Git Town command
- git town config - display or update your Git Town configuration
- git town config setup - run the visual setup assistant
- git town offline - start or stop running in offline mode
- git town compress - squash all commits on feature branches down to a single commit
- git kill - remove a feature branch
- git rename-branch - rename a branch
- git repo - view the repository homepage
- git ship - merge a completed feature branch and remove it
See the installation and configuration instructions.
The Git Town website provides documentation for Git
Town users. git town help [command]
shows help on the CLI.
Found a bug or have an idea for a new feature? Open an issue or send a pull request! Our developer documentation helps you get started.