6fa1ebca844353d951fbace1fdcb891e2e20befe
[cmccabe-bin] / git-cur-branch.sh
1 #!/bin/bash
2
3 git branch | awk '/\*/ { print $2; }'