Unable to change the branch

While using git checkout command in /home/max it is not working and also not working when i am changing it to /home/sarah/story-blog master branch.

Hello @Suparno-Das
I can see you didn’t add the branch name in your command, please try this
git checkout -b story/fox-and-grapes

Hi @Suparno-Das
You’re in the wrong folder. You try to check out on Sarah’s repo you need to be on your repo /home/max/story-blog

please help me in this i am not able to create and go to that new branch.

Hi @himraj997

You’re not in the right folder, please go to the repo directory before trying to create a branch

Regard