install some git helper tools

This commit is contained in:
Daniel Olsen
2022-06-05 03:21:50 +02:00
parent 7f6031fe79
commit b8d6d45b1c
2 changed files with 9 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ in
gst = "git status -sb";
gcm = "git commit -m";
gca = "git commit --amend --no-edit";
grc = "git rc";
gne = "git n";
gds = "git diff --staged";
glg = "git log --oneline";
};