mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-21 17:02:18 +00:00
add signing to gc aliases
This commit is contained in:
parent
70b6d9bc8a
commit
36ddcf9cc7
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
ccat = "egrep -v '^\s*(#|\\$)'";
|
ccat = "egrep -v '^\s*(#|\\$)'";
|
||||||
g = "git";
|
g = "git";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit"; # interactive commit
|
gc = "git commit -S"; # interactive commit
|
||||||
gcm = "git commit -m"; # quick commit
|
gcm = "git commit -S -m"; # quick commit
|
||||||
gg = "git graph";
|
gg = "git graph";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
jqless = "jq -C | less -r";
|
jqless = "jq -C | less -r";
|
||||||
|
|
Loading…
Reference in a new issue