mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +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]
|
echo 'usage: codereview pending' >[1=2]
|
||||||
exit usage
|
exit usage
|
||||||
}
|
}
|
||||||
$git branch --list
|
$git branch -v
|
||||||
|
|
||||||
case create
|
case create
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Reference in a new issue