1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

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";
gcl = "git clone";
gcr = "git commit-reuse-message -v -S";
gp = "git push";
gpf = "git push --force";
gs = "git s";
};
}