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
- add to .gitignore
- automatic prune on fetch
branches