docs: add hive-forge diff verb to gotchas cheat sheet (follow-up to #481)
This commit is contained in:
parent
e368586682
commit
2173d211a5
1 changed files with 2 additions and 0 deletions
|
|
@ -133,6 +133,8 @@ hive-forge assign 42 damocles
|
||||||
hive-forge close 42
|
hive-forge close 42
|
||||||
hive-forge labels 42 add feature
|
hive-forge labels 42 add feature
|
||||||
hive-forge pr 42 # PR metadata as JSON
|
hive-forge pr 42 # PR metadata as JSON
|
||||||
|
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
|
hive-forge branches deployed/ # filter branches by pattern
|
||||||
hive-forge -r other-org/other-repo pr 7 # target a different repo
|
hive-forge -r other-org/other-repo pr 7 # target a different repo
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue