Git Cheatsheet

Written
  • git rev-parse --show-toplevel prints out the root directory of the repo
  • git restore -p <file> can restore chunks selectively and will ask you whether or not to revert each chunk.
  • git add -p <file> does the same, but for adding