From 5d565ea62853ef7d409d5afa0c9564c33d506eca Mon Sep 17 00:00:00 2001 From: Christoffer Date: Wed, 29 Aug 2018 21:17:56 +0200 Subject: [PATCH] Add `-s` to alias.resign --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index d8a68d1..12190c8 100644 --- a/.gitconfig +++ b/.gitconfig @@ -244,4 +244,4 @@ start = !git init && git commit --allow-empty -m \"Initial commit\" snapshot = !git stash save "snapshot: $(date)" && git stash apply "stash@{0}" # Use to sign an existing git commit. Use: git resign - resign = "!re() { git rebase --exec 'git commit --amend --no-edit -n -S' -i $1; }; re" + resign = "!re() { git rebase --exec 'git commit --amend --no-edit -n -S -s' -i $1; }; re"