1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-15 06:16:22 +00:00

5 lines
125 B
Plaintext
Raw Normal View History

2013-08-07 20:23:13 -07:00
#!/bin/bash
git rev-parse HEAD >&/dev/null || exit 1
# shellcheck disable=2063
2013-08-07 20:23:13 -07:00
git branch --no-color | grep '^*' | cut -c 3-