crer nouvelle branche git code example
Example: git branch
git checkout -b <new-branch-name> # create a new branch
git switch <branch-name> # Switch branch
git checkout -b <new-branch-name> # create a new branch
git switch <branch-name> # Switch branch