Skip to content

Commit

Permalink
[git] Various config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Jun 1, 2024
1 parent 8b3182e commit 6761389
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion git/config
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
[rebase]
autosquash = yes
[interactive]
singleKey = true
singleKey = yes

[url "github:"]
pushInsteadOf = git://github.com/
Expand Down Expand Up @@ -97,5 +97,14 @@
showUntrackedFiles = no
[advice]
detachedHead = false
skippedCherryPicks = false
[init]
defaultBranch = master
[blame]
coloring = repeatedLines
[column]
ui = auto dense
[diff]
algorithm = minimal
[rerere]
enabled = true

0 comments on commit 6761389

Please sign in to comment.