custom aliases
- git config --get-regexp '^alias\.'
- git co, git br, git cm “”
- git save “”
- git update-branch
- git sync-main
- git sync-preview
standard things
- new repo
- nuke all history
- git push -u
- commit conventions
- merge vs. rebase
- fetch vs. pull
- change last commit message
- resolve merge/rebase conflicts
- reset to last commit (no pushed changes)
- reset to prev commit (something in build/prod failing)
- add to .gitignore
- automatic prune on fetch