This command will list all wip branches $ git wip list wip/foo wip/bar $ git wip list -v wip/foo is 5 commits ahead of foo wip/bar is 1 commit ahead of bar
This command will list all wip branches
$ git wip list
wip/foo
wip/bar
$ git wip list -v
wip/foo is 5 commits ahead of foo
wip/bar is 1 commit ahead of bar