Pulling from a branch git pull origin branchname Creating a new branch git checkout -b newbranch Check your changes git status Commit your changes git add filename.ext git commit -m 'your commit message' Pushing your changes git push origin newbranch