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
Using a better method to get branch name and commit hash
The previous method broke if git ever packed refs. So now rather than
opening files inside of .git we ask git to give information. This should
also survive git version changes