1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

shell: add aliases

This commit is contained in:
TheGeneralist 2026-01-20 18:17:48 +01:00
parent 552a6d8f42
commit f9791ff888
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 3 additions and 1 deletions

View file

@ -39,9 +39,11 @@
gs = "git status";
ga = "git add";
gc = "git commit";
gcm = "git commit -m";
gp = "git push";
gl = "git log";
gd = "git diff";
gdc = "git diff --cached";
gco = "git checkout";
gb = "git branch";
gm = "git merge";