Advanced development commands
These Git Town commands allow handling edge cases beyond of the basic development workflow outlined earlier.
- git kill - delete a feature branch
- git prune-branches - remove all merged branches
- git rename-branch - rename a branch
- git append - create a new feature branch as a child of the current branch
- git prepend - create a new feature branch between the current branch and its parent
- git repo - view the Git repository in the browser