Git Town v0.8.0 Release Notes

Release Date: 2015-10-14 // over 8 years ago
  • ๐Ÿ’ฅ BREAKING CHANGES

    • โœ‚ removed git extract
    • โšก๏ธ update internal storage of perennial branches
      • if you have configured multiple perennial branches, you will need to reset your configuration
      • git town config --reset
      • git town config --setup or you will be prompted the next time you run a Git Town command

    ๐Ÿ†• New Features

    • ๐Ÿ”ง configuration prompt: allow user to select branch by number, ability to recover from bad input
    • parent branch prompt: only show description and branch list once per command
    • preserve checkout history so that git checkout - works as expected alongside Git Town commands (#65)
    • git hack: pushes the new branch to the remote repository (#664)
    • ๐Ÿ”€ git new-pull-request: syncs the branch before creating the pull request (#367)
    • ๐Ÿ”€ git sync --all: pushes tags (#464)
    • git town config: shows branch ancestry (#651)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ–จ git town version: Homebrew installs no longer print date and SHA (#631)