mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update gitconfig indentation, and remove github section
This commit is contained in:
98
gitconfig
98
gitconfig
@@ -1,65 +1,61 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Jim Myhrberg
|
name = Jim Myhrberg
|
||||||
email = contact@jimeh.me
|
email = contact@jimeh.me
|
||||||
signingkey = contact@jimeh.me
|
signingkey = contact@jimeh.me
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
[color]
|
[color]
|
||||||
status = auto
|
status = auto
|
||||||
branch = auto
|
branch = auto
|
||||||
diff = auto
|
diff = auto
|
||||||
[apply]
|
[apply]
|
||||||
whitespace = nowarn
|
whitespace = nowarn
|
||||||
[push]
|
[push]
|
||||||
default = upstream
|
default = upstream
|
||||||
[alias]
|
[alias]
|
||||||
a = add
|
a = add
|
||||||
ai = add -i
|
ai = add -i
|
||||||
p = pull --rebase
|
p = pull --rebase
|
||||||
pu = push
|
pu = push
|
||||||
co = checkout
|
co = checkout
|
||||||
cl = clone
|
cl = clone
|
||||||
br = branch
|
br = branch
|
||||||
ci = commit
|
ci = commit
|
||||||
st = status
|
st = status
|
||||||
me = merge
|
me = merge
|
||||||
di = diff
|
di = diff
|
||||||
re = remote
|
re = remote
|
||||||
reb = rebase
|
reb = rebase
|
||||||
res = reset
|
res = reset
|
||||||
sub = submodule
|
sub = submodule
|
||||||
unstage = reset HEAD --
|
unstage = reset HEAD --
|
||||||
last = log -1 HEAD
|
last = log -1 HEAD
|
||||||
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset %Cgreen%GS%Creset' --abbrev-commit --
|
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset %Cgreen%GS%Creset' --abbrev-commit --
|
||||||
pgp = config commit.gpgsign
|
pgp = config commit.gpgsign
|
||||||
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]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[difftool "Kaleidoscope"]
|
[difftool "Kaleidoscope"]
|
||||||
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
|
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = false
|
||||||
[diff]
|
[diff]
|
||||||
tool = Kaleidoscope
|
tool = Kaleidoscope
|
||||||
[credential]
|
[credential]
|
||||||
helper = osxkeychain
|
helper = osxkeychain
|
||||||
[include]
|
|
||||||
path = ~/.gitconfig_private
|
|
||||||
[filter "media"]
|
[filter "media"]
|
||||||
required = true
|
required = true
|
||||||
clean = git media clean %f
|
clean = git media clean %f
|
||||||
smudge = git media smudge %f
|
smudge = git media smudge %f
|
||||||
[github]
|
|
||||||
user = jimeh
|
|
||||||
password =
|
|
||||||
oauth-token =
|
|
||||||
[filter "hawser"]
|
[filter "hawser"]
|
||||||
clean = git hawser clean %f
|
clean = git hawser clean %f
|
||||||
smudge = git hawser smudge %f
|
smudge = git hawser smudge %f
|
||||||
required = true
|
required = true
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean %f
|
clean = git-lfs clean %f
|
||||||
smudge = git-lfs smudge %f
|
smudge = git-lfs smudge %f
|
||||||
required = true
|
required = true
|
||||||
|
[include]
|
||||||
|
path = ~/.gitconfig_private
|
||||||
|
|||||||
Reference in New Issue
Block a user