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
When I'm trying to use ThisAssembly.Git.Branch on detached head it always returns me [HEAD].
I didn't change any options.
When I run command git name-rev --refs=refs/heads/* --no-undefined --always SHA1 which is a default it gives correct result.
If my branch isn't detached ThisAssembly.Git.Branch also gives me correct result
The text was updated successfully, but these errors were encountered:
When I'm trying to use
ThisAssembly.Git.Branch
on detached head it always returns me [HEAD].I didn't change any options.
When I run command
git name-rev --refs=refs/heads/* --no-undefined --always SHA1
which is a default it gives correct result.If my branch isn't detached
ThisAssembly.Git.Branch
also gives me correct resultThe text was updated successfully, but these errors were encountered: