mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
codereview: use 'git branch -v' for pending
Change-Id: Ib80b19cf69a15860315b2d7a38baf3b05d693acc
This commit is contained in:
parent
c9ed52730b
commit
01463bacd0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ case pending
|
|||
echo 'usage: codereview pending' >[1=2]
|
||||
exit usage
|
||||
}
|
||||
$git branch --list
|
||||
$git branch -v
|
||||
|
||||
case create
|
||||
shift
|
||||
|
|
Loading…
Reference in a new issue