Git

Last Updated: 8/3/2023

Aliases

  • We can easily set up aliases for the commands that we use frequently
git config --global alias.lg "log --pretty=format:'%an commited n %h'"
git config --global alias.unstage "restore --staged ."