cli/context
Mislav Marohnić 7a8db80420 Prompt for push target during pr create
We no longer guess the head repository using heuristics; instead, we
present the user with the choice of pushable repositories and an
additional option to create a new fork.

The new `pr create --head` flag is available for the user to specify the
head branch in `branch` or `owner:branch` format and completely skip any
forking or auto-pushing checks.
2020-09-16 14:49:36 +02:00
..
context.go Prompt for push target during pr create 2020-09-16 14:49:36 +02:00
remote.go Extract root command and factory logic into separate packages 2020-08-07 14:40:33 +02:00
remote_test.go Change how base repository is resolved 2020-09-15 21:27:12 +02:00