diff options
author | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2020-11-13 13:41:51 +0100 |
---|---|---|
committer | Hendrik Jäger <henk@hnjs.ch> | 2020-11-13 13:42:11 +0100 |
commit | 90374340b9e95df7cc6a29af9b3b3cb401e9da2c (patch) | |
tree | 69d75e2f7b8bab9e70e49a237863c0a70e6c1fd8 /.config/git | |
parent | 23a47734a74d9371cde4bbcbac1690df95e19824 (diff) |
Commit --all when doing a fixup commit
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index d9efee8..73b6dfa 100644 --- a/.config/git/config +++ b/.config/git/config @@ -55,7 +55,7 @@ ca = commit --amend amend = commit --amend caa = commit -a --amend -C HEAD - fix = commit --fixup + fix = commit -a --fixup # }}} # log commands {{{ ls = log --pretty=format:"%C(green)%h\\ %C(yellow)[%ad]%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative |