feat: more git aliases

This commit is contained in:
Tine 2024-05-16 22:13:52 +02:00
parent 53cdc8b5cb
commit bcfe50d3ca
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -186,6 +186,9 @@
"ga" = "git add";
"gc" = "git commit";
"gr" = "git stash && gicm && git rebase main";
"gs" = "git status";
"gl" = "git log";
"gp" = "git push";
};
};