a37dced7
Fix the review flags in the README
a73x 2026-08-09 16:52
Commit message
README.md
| Old | New | ||
|---|---|---|---|
| @@ -76,8 +76,8 @@ Reviewing someone else's patch: | |||
| 76 | $ git-collab sync | 76 | $ git-collab sync |
| 77 | $ git-collab patch list | 77 | $ git-collab patch list |
| 78 | $ git-collab patch checkout a1b2c3d4 # local branch at the latest revision | 78 | $ git-collab patch checkout a1b2c3d4 # local branch at the latest revision |
| 79 | $ git-collab patch comment a1b2c3d4 --file src/parse.rs --line 42 -m "off by one?" | 79 | $ git-collab patch comment a1b2c3d4 --file src/parse.rs --line 42 -b "off by one?" |
| 80 | $ git-collab patch review a1b2c3d4 --verdict request-changes -m "see inline" | 80 | $ git-collab patch review a1b2c3d4 --verdict request-changes -b "see inline" |
| 81 | ``` | 81 | ``` |
| 82 | 82 | ||
| 83 | `git-collab dashboard` opens a TUI over the same data if you would rather browse | 83 | `git-collab dashboard` opens a TUI over the same data if you would rather browse |