I tried looking for a special git command for this but couldn't find one. Can anyone suggest anything shorter or faster than:
git branch | awk '/\*/ { print $2; }'
|
1
|
I tried looking for a special git command for this but couldn't find one. Can anyone suggest anything shorter or faster than:
|
||
|
|
|
This should work with Git 1.6.3 or newer. |
||||||||||
|
|
|
You may be interested in the output of
In particular, depending on your needs and layout you may wish to do
or
and then again there is the |
||||||||||
|
|
|
I'm using
It came with git and provides a prompt with branch name and argument completion. |
||
|
|