mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-14 22:22: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*(#|\\$)'";
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue