Git Town v0.4.0 Release Notes

Release Date: 2014-11-13 // over 9 years ago
    • git kill: completely removes a feature branch (#87, edd7d8)
    • 🔀 git sync: pushes tags to the remote when running on the main branch (#68, 71b607)
    • non-feature branches: cannot be shipped and do not merge main when syncing (#45, 31dce1)
    • git ship:
      • merges main into the feature branch before squash merging (#61, 82d4d3)
      • errors if the feature branch is not ahead of main (#86, a0ace5)
      • git ship takes an optional branch name (#95, cbf020)
    • ⚡️ updated output to show each git command and its output, updated error messages (8d8973, 60e1d8, 408e69)
    • skips unnecessary pushes (0da896)
    • man pages (609e11, 164f06, 27b257)
    • git prune-branches (#48, 7a922e)
    • Cucumber: optional Fuubar output (7c5402)