Sort sections of git/config alphabetically - no semantic changes
This commit is contained in:
parent
7b32331bd2
commit
ad3635c353
1 changed files with 14 additions and 14 deletions
|
@ -4,10 +4,6 @@
|
||||||
path = config.os
|
path = config.os
|
||||||
path = config.local
|
path = config.local
|
||||||
|
|
||||||
[user]
|
|
||||||
name = Danielle McLean
|
|
||||||
email = dani@00dani.me
|
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
d = diff
|
d = diff
|
||||||
|
@ -15,14 +11,8 @@
|
||||||
st = status --short
|
st = status --short
|
||||||
shove = "!f() { git push ${1:-origin} :; }; f"
|
shove = "!f() { git push ${1:-origin} :; }; f"
|
||||||
|
|
||||||
[log]
|
[dude]
|
||||||
decorate = true
|
icon = ~/.config/git-dude/icon.png
|
||||||
|
|
||||||
[pretty]
|
|
||||||
graph = tformat:%C(auto)%h %G? %s% gD% D
|
|
||||||
|
|
||||||
[url "git@github.com:"]
|
|
||||||
pushInsteadOf = https://github.com/
|
|
||||||
|
|
||||||
[git-up.rebase]
|
[git-up.rebase]
|
||||||
arguments = --preserve-merges
|
arguments = --preserve-merges
|
||||||
|
@ -30,8 +20,18 @@
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg-for-git-signing
|
program = gpg-for-git-signing
|
||||||
|
|
||||||
|
[log]
|
||||||
|
decorate = true
|
||||||
|
|
||||||
|
[pretty]
|
||||||
|
graph = tformat:%C(auto)%h %G? %s% gD% D
|
||||||
|
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
[dude]
|
[url "git@github.com:"]
|
||||||
icon = ~/.config/git-dude/icon.png
|
pushInsteadOf = https://github.com/
|
||||||
|
|
||||||
|
[user]
|
||||||
|
name = Danielle McLean
|
||||||
|
email = dani@00dani.me
|
||||||
|
|
Loading…
Reference in a new issue