Как посвятить себя основному филиалу в git
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>