gitb
gitb copied to clipboard
A command line tool for using Backlog's git comfortably.
# 実行環境 MacBook Pro (16-inch, 2019), 2.4 GHz 8コアIntel Core i9, macOS 12.1 # 発生したエラー ``` $ gitb issue show panic: runtime error: index out of range [2] with length...
FYI, I tried to install gitb by "go get" but failed. ``` > go get github.com/vvatanabe/gitb # github.com/vvatanabe/gitb go\src\github.com\vvatanabe\gitb\main.go:37:15: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in assignment...
https://chocolatey.org/
Implements like `gitb compare [-b ]`. This command can open compare page of Backlog Git in browser.
This pull request changes the behavior of "gitb pr show" command. In case where the current branch has multiple pull requests, the command shows the options which pull request to...