git checkout master
I do not understand why these codes above does not work. Can someone show me where mistakes are please? Many thx 2 all
git checkout master
I do not understand why these codes above does not work. Can someone show me where mistakes are please? Many thx 2 all
step 1? You are in the master branch (you check this with: git branch) you want to use git checkout to switch to the fencing branch
I did that but still I am getting this error: pathspec ‘fencing’ did not match any file(s) known to git.
Sounds like you don’t have a branch by that name, were you perhaps meant to create it yourself first?
Yeah I did but I think I had wrong spelling cz I reset my code and started from scratch and it worked.
Could you show us with screenshots the branches you have and what you have tried? I can do very little with the information you provided