git clone <repositor_url>
git branch <branch_name>
git checkout <branch_name>
git add .
git commit -m "your_commit_message"
git push origin <branch_name>
git clone <repositor_url>
git branch <branch_name>
git checkout <branch_name>
git add .
git commit -m "your_commit_message"
git push origin <branch_name>