Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kirandash/f1ab746f31762e4bb93eff68011a004d to your computer and use it in GitHub Desktop.
Save kirandash/f1ab746f31762e4bb93eff68011a004d to your computer and use it in GitHub Desktop.
Git Cheatsheet
- How to rebase when there is only two commits?
- `git rebase -i --root`
- `git push -f`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment