Git Town v0.5.0 Release Notes

Release Date: 2015-01-08 // over 9 years ago
    • ⚡️ Manual installs need to update their PATH to point to the src folder within their clone of the repository
    • git extract:
      • errors if branch exists remotely (#236)
      • removed restriction: need to be on a feature branch (#269)
      • added restriction: if no commits are provided, errors if the current branch does not have any have extractable commits (commits not in the main branch) (#269)
    • git hack: errors if branch exists remotely (#237)
    • git kill:
      • optional branch name (#126)
      • does not error if tracking branch has already been deleted (#196)
    • git pr:
      • linux compatibility (#232)
      • compatible with more variants of specifying a Bitbucket or GitHub remote (#271)
      • compatible with respository names that contain ".git" (#305)
    • git repo: view the repository homepage (#140)
    • 🔀 git sync:
      • --all option to sync all local branches (#83)
      • abort correctly after main branch updates and tracking branch conflicts (#228)
    • git town: view and change Git Town configuration and easily view help page (#98)
    • auto-completion for Fish shell (#177)