Skip to content

Releases: vroy/git-gb

Support `init.defaultBranch` as configuration for default base branch

21 Aug 14:55
Compare
Choose a tag to compare

By default, git gb will run the comparison against these in order of first found:

  • The CLI argument: git gb some-base-branch
  • The init.defaultBranch value found in git's configuration (global or per repository)
  • Fallback to main if not configured above

Support custom base branch

16 Mar 23:20
Compare
Choose a tag to compare

Add support for custom base branch argument.

$ git gb # compare every branch to master

$ git gb develop # compares every branch to develop

Fix branch name column

25 Jul 01:32
Compare
Choose a tag to compare
v1.0.1

Update branch column to be max branch length. Fixes #7.

Official release!

21 Jun 14:58
Compare
Choose a tag to compare

This is the official release of the git-gb tool.

http://vroy.ca/release-git-gb/

Moar options. Help pages.

14 Mar 15:28
Compare
Choose a tag to compare
  • gb -b X filter branches by the number of commits behind.
  • --no-merged only show branches that are not merged.
  • --help open man page

Filtering options

14 Mar 01:11
Compare
Choose a tag to compare
  • gb -a X filter branches by the number of commits ahead.
  • --merged show branches that are merged only (same as git branch --merged).
  • --clear-cache will clear the JSON cache of comparisons - in the event that it gets mangled.

First release

25 Nov 01:34
Compare
Choose a tag to compare

Initial release of gb.