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
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
To reproduce, just run git browse inside a brand new git repo. Casting the error into /dev/null should fix it.
The text was updated successfully, but these errors were encountered:
Git browse would first check the current
HEAD
and output a git fatal for the following line.git-extras/bin/git-browse
Line 5 in ad8c77b
To reproduce, just run
git browse
inside a brand new git repo. Casting the error into/dev/null
should fix it.The text was updated successfully, but these errors were encountered: