git: Set branch.autosetuprebase to always
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
spull = "!__git_spull() { git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive; }; __git_spull"
|
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\""
|
track = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-track\""
|
||||||
|
[branch]
|
||||||
|
autosetuprebase = always
|
||||||
[color "status"]
|
[color "status"]
|
||||||
added = 076
|
added = 076
|
||||||
untracked = 014
|
untracked = 014
|
||||||
|
|||||||
Reference in New Issue
Block a user