programs: git: add st and stat aliases

This commit is contained in:
Colin 2023-06-25 02:07:02 +00:00
parent bd57bb7934
commit 9b389416cd

View File

@ -12,6 +12,9 @@ in
user.email = "colin@uninsane.org";
alias.co = "checkout";
alias.d = "difftool";
alias.st = "status";
alias.stat = "status";
# difftastic docs:
# - <https://difftastic.wilfred.me.uk/git.html>