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