Quick question. A colleague has pushed a branch using sourcetree and named it task/something/something_else
Using git in a bash shell, I've done git fetch
but am unable to check it out. I get the following error:
error: pathspec 'task/something/something_else' did not match any file(s) known to git.
How can I fix this?