bagaimana berkomitmen untuk cabang utama di git

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