git clone url
git switch -c <new-branch-name>
git add <files> or git add .
git commit -m "describe changes"
git push -u origin <your-branch name>
See more here