1.1.0
Version 1.1 is the second stable release of gg and includes new commands, improved gg branch output, simpler GitHub integration, and a Homebrew formula.
Added
- New
addremovecommand that adds new files and removes missing ones. (#95) - gg has a new command,
github-login, which obtains a GitHub authorization token using a CLI-based OAuth flow. (#122) branchhas a new--sortflag to control the sort order.- gg can now be installed via Homebrew! See https://gg-scm.io/install for instructions.
Changed
branchshows the commit hash, author, and summary for each branch.branchnow sorts by descending commit date by default. (#101)
Fixed
statusandbranchnow display color on Windows. (#125)- Released binaries are smaller: they no longer contain debug information. (#121)
commit --amendno longer exits with an error if the commit contains a rename. (#129)rebasedisplays a simpler error message if the-dstargument doesn't exist. (#127)