CMPS181 Markdown Cheatsheet: Markdown Cheatsheet Github Cheatsheet Using Branches: Git - Branches | Atlassian Edit last commit message: git commit --amend Change remote url git remote set-url remote-label url examples: git remote set-url origin https://myname@github.com/myname/CMPS181.git git remote set-url upstream https://leadername@github.com/leadername/CMPS181.github Fixup/Squash multiple commits: stackoverflow: git squash and fixup