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

C++
git remote update
git fetch 
git checkout --track origin/<BRANCH-NAME>

Source

Also in C++: