new git aliases

This commit is contained in:
2024-12-31 13:37:07 +01:00
parent 7a0c575b7e
commit f966d071dc

View File

@@ -50,5 +50,13 @@
tree = "eza -T";
startupctl = "systemctl list-unit-files --type=service | grep enabled";
ga = "git add .";
gap = "git add -p";
gc = "git commit -m";
gu = "git push";
gp = "git pull";
gs = "git status";
gd = "git diff";
};
}