git: add br -> branch alias

This commit is contained in:
Colin 2023-06-30 23:13:56 +00:00
parent b18bdc4e3e
commit 3d4cbbf005

View File

@ -11,6 +11,7 @@ in
user.name = "Colin";
user.email = "colin@uninsane.org";
alias.br = "branch";
alias.co = "checkout";
alias.cp = "cherry-pick";
alias.d = "difftool";