This commit is contained in:
Hadi 2024-08-19 19:42:20 +02:00
parent e27d43df71
commit caaa500232

View File

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