GIT COMMAND BRANCH git branch <name> : create a branch of the desired name git checkout <branche name> : switch to the desired branch (main for the main)