1 list about #cheat sheet

Living lists you can follow, fork, and add to. Explore all lists →

@sam_shipsupdated 6d ago

git commands i always forget

  • 1git reflog
  • 2git rebase -i HEAD~5
  • 3git commit --fixup <hash>
  • 4git rebase --autosquash
  • 5git bisect start
  • + 7 more…
411302