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
This enables support for flexible references, such as:
HEAD, branch, tag, heads/branch, refs/heads/branch, refs/tags/tag,
refs/remotes/origin/branch, refs/remotes/origin/HEAD, tilde and caret
(HEAD~1, master~^, tag~2, ref/heads/master~1, ...), selection by text
(HEAD^{/fix nasty bug}), hash (prefix and full).
0 commit comments