docs: add hive-forge diff verb to gotchas cheat sheet (follow-up to #481)

This commit is contained in:
lexis 2026-05-26 19:45:20 +02:00
commit 2173d211a5

View file

@ -133,6 +133,8 @@ 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 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 -r other-org/other-repo pr 7 # target a different repo
```