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://[email protected]/myname/CMPS181.git git remote set-url upstream https://[email protected]/leadername/CMPS181.github Fixup/Squash multiple commits: stackoverflow: git squash and fixup