mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-10-31 23:36:30 +00:00
5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
git rev-parse HEAD >&/dev/null || exit 1
|
|
# shellcheck disable=2063
|
|
git branch --no-color | grep '^*' | cut -c 3-
|