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 you checkout a new branch on the server, e.g. live, but there's no live branch on origin yet, you get the following error in the panel:
fatal: ambiguous argument 'origin/live..live': unknown revision or path not in the working tree.↵Use '--' to separate paths from revisions, like this:↵'git [...] -- [...]'
The text was updated successfully, but these errors were encountered:
When you checkout a new branch on the server, e.g.
live
, but there's nolive
branch onorigin
yet, you get the following error in the panel:The text was updated successfully, but these errors were encountered: