Git Town v7.0.0 Release Notes

Release Date: 2018-04-03 // about 6 years ago
  • ๐Ÿ’ฅ BREAKING CHANGES

    • git town config: reset and setup are now subcommands instead of flags
    • ๐Ÿšš --abort, --continue, --skip, --undo flags removed. Instead there are now top level commands git town abort, git town continue, git town skip, git town undo

    ๐Ÿ†• New Features

    • now catches when there is an unfinished state from a git town command that hit conflicts. If you try to run another git town command, you will be prompted on how to resolve the unfinished state. The unfinished state can be discarded and there is also a new top level command git town discard to delete the state of the last run command.

    ๐Ÿ› Bug Fixes

    • skip perennial branch prompt if there are no options