Answers for "fatal: pathspec '.git' did not match any files"

-1

pathspec 'corp-branch' did not match any file(s) known to git

git remote update
git fetch 
git checkout --track origin/<BRANCH-NAME>
Posted by: Guest on January-08-2021

Code answers related to "fatal: pathspec '.git' did not match any files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language