Git Aliases
Jan 3, 2022 · 2 min read · I'm a big fan of git aliases, and use some every day. If you're not familiar, then check them out. Adding an alias is simple (XXX = the alias; YYY = the command it is an alias for): git config --global alias.XXX YYY The first alias to add, is an alia...
Join discussion