diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-06 13:08:36 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-06 13:08:36 +0200 |
commit | 11a34f5122b9b4207c95e66e18621722bae76a31 (patch) | |
tree | 907875b62bda03e462ab986c655a07f06ad5b227 /git | |
parent | 13258672a0eef9492cc8978a0b0a74a0987fa700 (diff) | |
download | dotfiles-11a34f5122b9b4207c95e66e18621722bae76a31.tar.xz |
git: Add --signoff to ci alias
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'git')
-rw-r--r-- | git/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ [alias] amend = commit --amend --verbose br = branch - ci = commit --verbose + ci = commit --verbose --signoff co = checkout di = diff dc = diff --cached |