I'm not new to git, but I'm not a gitmaster.
I have an existing branch on my git account, that I would like to pull, but when I do this :
git checkout previously_created_branch
I get..
error: pathspec 'previously_created_branch' did not match any file(s) known to git.
Anyone know how to accomplish this?