mirror of
https://github.com/meineerde/dotfiles.git
synced 2025-10-17 19:41:01 +00:00
Normalize tabs
This commit is contained in:
parent
e7cc905b09
commit
fbf83e7fe3
38
.gitconfig
38
.gitconfig
@ -1,25 +1,25 @@
|
|||||||
[alias]
|
[alias]
|
||||||
lg = log --graph --pretty=format:'%Cred%h%Creset %Cblue(%aN)%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
lg = log --graph --pretty=format:'%Cred%h%Creset %Cblue(%aN)%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
||||||
chp = cherry-pick
|
chp = cherry-pick
|
||||||
st = status
|
st = status
|
||||||
co = checkout
|
co = checkout
|
||||||
merge = merge --no-ff
|
merge = merge --no-ff
|
||||||
pull = pull --no-ff
|
pull = pull --no-ff
|
||||||
ci = commit
|
ci = commit
|
||||||
cm = commit
|
cm = commit
|
||||||
[user]
|
[user]
|
||||||
name = Holger Just
|
name = Holger Just
|
||||||
email = "web@meine-er.de"
|
email = "hjust@meine-er.de"
|
||||||
[color]
|
[color]
|
||||||
branch = auto
|
branch = auto
|
||||||
diff = auto
|
diff = auto
|
||||||
grep = auto
|
grep = auto
|
||||||
interactive = auto
|
interactive = auto
|
||||||
ui = auto
|
ui = auto
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
[push]
|
[push]
|
||||||
default = matching
|
default = matching
|
||||||
[core]
|
[core]
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
editor = mate -wl1
|
editor = mate -wl1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user