Former-commit-id: 912c0abc51
This commit is contained in:
Hadi
2024-06-17 19:20:01 +02:00
parent bfb370d8fe
commit e788f5954e
2 changed files with 2 additions and 2 deletions

View File

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