fatal: pathspec 'README.md' did not match any files code example
Example: pathspec 'corp-branch' did not match any file(s) known to git
git remote update
git fetch
git checkout --track origin/<BRANCH-NAME>
git remote update
git fetch
git checkout --track origin/<BRANCH-NAME>