add signing to gc aliases

This commit is contained in:
John Bowdre 2024-09-04 12:25:24 -05:00
parent 70b6d9bc8a
commit 36ddcf9cc7
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -7,8 +7,8 @@
ccat = "egrep -v '^\s*(#|\\$)'";
g = "git";
ga = "git add";
gc = "git commit"; # interactive commit
gcm = "git commit -m"; # quick commit
gc = "git commit -S"; # interactive commit
gcm = "git commit -S -m"; # quick commit
gg = "git graph";
gs = "git status";
jqless = "jq -C | less -r";