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...
sjchapman.uk2 min readNo responses yet.