Git’s commands tend to have good defaults, but also a lot of customisability via flags. But all that typing, who needs it when we have git aliases? Making a git alias via git config or .gitconfig # There are a couple of ways we can make an alias in git: using the command git config alias editing the .gitconfig file directly While you can make aliases per project, I always make ’em global via git c