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
1 changed files with 4 additions and 1 deletions

View File

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