git pull
git branch
git branch branch-name
git checkout branch-name
git checkout -b branch-name
git add .
git commit -m "commit message"
Branch name is the name of your branch
git push -u origin branch-name
git push
git pull
git branch
git branch branch-name
git checkout branch-name
git checkout -b branch-name
git add .
git commit -m "commit message"
Branch name is the name of your branch
git push -u origin branch-name
git push