Git Town v0.6.0 Release Notes

Release Date: 2015-04-02 // about 9 years ago
    • support for working without a remote repository for git extract, git hack, git kill, git ship, and git sync
      • implemented by our newest core committer @ricmatsui
    • git pr renamed to git pull-request
      • set up an alias with git config --global alias.pr pull-request
    • git ship
      • now accepts all git commit options
      • author with the most commits is automatically set as the author (when not the committer) (#335)
    • git pr/repo
      • improved linux compatibility by trying xdg-open before open
    • ๐Ÿ‘Œ improved error messages when run outside a git repository
    • ๐Ÿ‘Œ improved setup wizard for initial configuration in a git repository
    • โž• added contribution guide
    • โž• added tutorial