Comment s'engager dans la branche principale de Git

git checkout -b your-new-branch
git add <files>
git commit -m <message>
solly tarek