Git, jak popełnić zmiany w nowym oddziale
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>