Answers for "error: pathspec 'new_branch' did not match any file(s) known to git"

-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
0

error: pathspec 'new_brach' did not match any file(s) known to git

git fetch && git checkout <branch name>
Posted by: Guest on August-23-2021

Code answers related to "error: pathspec 'new_branch' did not match any file(s) known to git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language