git: Add signoff alias to git-signoff

This commit is contained in:
2022-03-30 02:38:16 +02:00
parent e024ca9f0a
commit 70b9a74029

View File

@@ -6,6 +6,7 @@
filter-repo = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/git/git-filter-repo/git-filter-repo\""
fixes = log -1 --pretty=fixes
root = rev-parse --show-toplevel
signoff = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-signoff\""
spull = "!git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive;"
track = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-track\""
[blame]