mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-06 05:26:33 +00:00
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
|
#!/bin/bash
|
||
|
git rev-parse HEAD >&/dev/null || exit 1
|
||
|
git branch --no-color | grep '^*' | cut -c 3-
|