Git: Cleanup
This commit is contained in:
parent
68f3460ab8
commit
3778c79643
2
git/.gitattributes
vendored
2
git/.gitattributes
vendored
@ -1 +1,3 @@
|
|||||||
*.* diff=delta
|
*.* diff=delta
|
||||||
|
*.yaml diff=dyff
|
||||||
|
*.yml diff=dyff
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
rebase = true
|
rebase = true
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
default = current
|
default = current
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
[delta]
|
[delta]
|
||||||
@ -32,14 +32,12 @@
|
|||||||
file-style = bold yellow ul
|
file-style = bold yellow ul
|
||||||
file-decoration-style = none
|
file-decoration-style = none
|
||||||
[hub]
|
[hub]
|
||||||
protocol = https
|
protocol = https
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[diff "dyff"]
|
[diff "dyff"]
|
||||||
command = "dyff_between() { dyff --color on between --omit-header \"$2\" \"$5\"; }; dyff_between"
|
command = "dyff_between() { dyff --color on between --omit-header \"$2\" \"$5\"; }; dyff_between"
|
||||||
[merge]
|
[merge]
|
||||||
tool = smerge
|
tool = smerge
|
||||||
[safe]
|
|
||||||
directory = /opt/flutter
|
|
||||||
|
Loading…
Reference in New Issue
Block a user