You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my centos 6.9 machine, git symbolic-ref doesn't have the --short option. One way to accommodate for older git versions is $($git_eng rev-parse --abbrev-ref 2>/dev/null). Or i could have just updated git ;)
The text was updated successfully, but these errors were encountered:
On my centos 6.9 machine, git symbolic-ref doesn't have the --short option. One way to accommodate for older git versions is
$($git_eng rev-parse --abbrev-ref 2>/dev/null)
. Or i could have just updated git ;)The text was updated successfully, but these errors were encountered: