git: Set branch.autosetuprebase to always

This commit is contained in:
2022-02-01 01:10:56 +01:00
parent 8da651fd27
commit 48090260aa

View File

@@ -7,6 +7,8 @@
root = rev-parse --show-toplevel
spull = "!__git_spull() { git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive; }; __git_spull"
track = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-track\""
[branch]
autosetuprebase = always
[color "status"]
added = 076
untracked = 014