hive-forge: pr-create --push opts into branch push + hint suppression (#222)
This commit is contained in:
parent
def06fb388
commit
1d7feeb029
3 changed files with 181 additions and 3 deletions
|
|
@ -133,6 +133,7 @@ hive-forge assign 42 damocles
|
|||
hive-forge close 42
|
||||
hive-forge labels 42 add feature
|
||||
hive-forge pr 42 # PR metadata as JSON
|
||||
hive-forge pr-create --title "..." --head my-branch --push # also `git push forge my-branch`, suppressing the post-push "Create a pull request" hint (#222)
|
||||
hive-forge diff 42 # unified diff (lockfile hunks collapsed by default)
|
||||
hive-forge diff 42 --full # include unfiltered lockfile hunks
|
||||
hive-forge branches deployed/ # filter branches by pattern
|
||||
|
|
|
|||
Loading…
Reference in a new issue