forked from mirrors_public/oddlama_nix-config
feat: always gpg-sign on git rebase
This commit is contained in:
parent
905ea34de9
commit
a0f5d365eb
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
s = "status";
|
||||
tags = "tag -l";
|
||||
t = "tag -s -m ''";
|
||||
rebase = "rebase --gpg-sign";
|
||||
fixup = ''!f() { TARGET=$(git rev-parse "$1"); git commit --fixup=$TARGET ''${@:2} && EDITOR=true git rebase -i --gpg-sign --autostash --autosquash $TARGET^; }; f'';
|
||||
# An alias that uses the previous commit message by default.
|
||||
# Useful when you mess up entering the signing password and git aborts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue