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
The CLI attempted to run git diff master..js0/5 and it threw:
Error: fatal: ambiguous argument 'master..js0/5': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Issue on Sentry
The CLI attempted to run
git diff master..js0/5
and it threw:This Stackoverflow reply might help
The text was updated successfully, but these errors were encountered: