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
$ git branch temp
$ git tag temp HEAD^
$ git log # shows the branch temp
$ tig # does not show the branch temp
$ git checkout temp
warning: refname 'temp' is ambiguous.
Switched to branch 'temp'
$ tig # does not show the branch temp either
The text was updated successfully, but these errors were encountered:
koutcher
added a commit
to koutcher/tig
that referenced
this issue
Jul 7, 2018
Tested with tig 2.2 and 2.3.0:
The text was updated successfully, but these errors were encountered: