Hello guys ,
I don’t understand why I have always problem with git commands …
Here I have to create a new branch with this order: git branch cagnotte
then this one : git branch
- master
cagnotte
Then this one 
git checkout cagnotte
Then I must have these two branches:
git branch
master
- cagnotte
It doesn’t work…
Do I must try with another commands ?
Help please, thank you in advance…


