mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(gitconfig): enable rerere
This commit is contained in:
@@ -17,6 +17,10 @@
|
|||||||
whitespace = nowarn
|
whitespace = nowarn
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
[alias]
|
[alias]
|
||||||
a = add
|
a = add
|
||||||
ai = add -i
|
ai = add -i
|
||||||
@@ -40,8 +44,6 @@
|
|||||||
pgp-on = config commit.gpgsign true
|
pgp-on = config commit.gpgsign true
|
||||||
pgp-off = config commit.gpgsign false
|
pgp-off = config commit.gpgsign false
|
||||||
tree = log --all --graph --decorate --oneline --simplify-by-decoration
|
tree = log --all --graph --decorate --oneline --simplify-by-decoration
|
||||||
[pull]
|
|
||||||
rebase = true
|
|
||||||
[difftool "Kaleidoscope"]
|
[difftool "Kaleidoscope"]
|
||||||
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
|
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
|
||||||
[difftool]
|
[difftool]
|
||||||
@@ -72,10 +74,8 @@
|
|||||||
[gitlab]
|
[gitlab]
|
||||||
user = jimeh
|
user = jimeh
|
||||||
[credential "https://github.com"]
|
[credential "https://github.com"]
|
||||||
helper =
|
|
||||||
helper = !op plugin run -- gh auth git-credential
|
helper = !op plugin run -- gh auth git-credential
|
||||||
[credential "https://gist.github.com"]
|
[credential "https://gist.github.com"]
|
||||||
helper =
|
|
||||||
helper = !op plugin run -- gh auth git-credential
|
helper = !op plugin run -- gh auth git-credential
|
||||||
[merge "mergiraf"]
|
[merge "mergiraf"]
|
||||||
name = mergiraf
|
name = mergiraf
|
||||||
|
|||||||
Reference in New Issue
Block a user