git comment commettre des modifications à une nouvelle branche
git checkout -b your-new-branch
git add <files>
git commit -m <message>
solly tarek
git checkout -b your-new-branch
git add <files>
git commit -m <message>