chore: add new git aliases

This commit is contained in:
oddlama 2023-09-19 17:27:47 +02:00
parent 35309bb193
commit e30f2a1c38
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -66,6 +66,8 @@
gca = "git commit -v -S --amend"; gca = "git commit -v -S --amend";
gcl = "git clone"; gcl = "git clone";
gcr = "git commit-reuse-message -v -S"; gcr = "git commit-reuse-message -v -S";
gp = "git push";
gpf = "git push --force";
gs = "git s"; gs = "git s";
}; };
} }