Closed anpol closed 7 years ago
Using solution from http://stackoverflow.com/a/18660163
Getting branch name using git symbolic-ref --short will not require additional parsing and permits branch names with embedded slash.
git symbolic-ref --short
Using solution from http://stackoverflow.com/a/18660163
Getting branch name using
git symbolic-ref --short
will not require additional parsing and permits branch names with embedded slash.