git clone <https://whatever-the-url-is.git>git clone <https://whatever-the-url-is.git>git checkout -b <my-new-branch>git checkout <branch-that-exists-already>git push origin <branch-name>git pullgit add <file name>git add .git commit -m "My amazing commit"git statusgit log