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
Currently the only possible way to avoid getting an error message of error: pathspec 'a-branch' did not match any file(s) known to git is to set fetch-depth: 0 which fetches all tags, branches and the entire history
Currently the only possible way to avoid getting an error message of
error: pathspec 'a-branch' did not match any file(s) known to gitis to setfetch-depth: 0which fetches all tags, branches and the entire history