programs: git: add st and stat aliases
This commit is contained in:
@@ -11,7 +11,10 @@ in
|
|||||||
user.name = "Colin";
|
user.name = "Colin";
|
||||||
user.email = "colin@uninsane.org";
|
user.email = "colin@uninsane.org";
|
||||||
|
|
||||||
alias.co = "checkout";
|
alias.co = "checkout";
|
||||||
|
alias.d = "difftool";
|
||||||
|
alias.st = "status";
|
||||||
|
alias.stat = "status";
|
||||||
|
|
||||||
# difftastic docs:
|
# difftastic docs:
|
||||||
# - <https://difftastic.wilfred.me.uk/git.html>
|
# - <https://difftastic.wilfred.me.uk/git.html>
|
||||||
|
Reference in New Issue
Block a user