I messed up my local master branch, so I had to delete it. However, I tired to pull it down, but it did not work. I tried git fetch origin master
, then git checkout master
. It gave me this error error: pathspec 'master' did not match any file(s) known to git.
However, I think I fetch correctly because I got this message
From https://url
* branch master -> FETCH_HEAD
Does anyone know how to fetch down the master branch from bitbucket ?