add git graph abbr

This commit is contained in:
John Bowdre 2023-08-18 11:11:29 -05:00
parent fc1c594ca5
commit 4ddaded39c

View file

@ -12,6 +12,7 @@ in
ccat = "egrep -v '^\s*(#|$)'";
ga = "git add";
gc = "git commit"; # interactive commit
gg = "git graph";
gcm = "git commit -m"; # quick commit
gp = "git push";
gs = "git status";