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…
Add table
Add a link
Reference in a new issue