Former-commit-id: caaa500232
This commit is contained in:
Hadi
2024-08-19 19:42:20 +02:00
parent d7264b0de1
commit 0f5b7f60b6

View File

@@ -60,7 +60,7 @@
ga = "git add";
gc = "git commit";
gcm = "git commit -m";
gcu = "git commit -am 'Update'";
gcu = "git add . && git commit -m 'Update'";
gp = "git push";
gpl = "git pull";
gs = "git status";