mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
34 lines
509 B
Plaintext
34 lines
509 B
Plaintext
[user]
|
|
name = Jim Myhrberg
|
|
email = contact@jimeh.me
|
|
[core]
|
|
excludesfile = ~/.gitignore
|
|
[color]
|
|
status = auto
|
|
branch = auto
|
|
diff = auto
|
|
[apply]
|
|
whitespace = nowarn
|
|
[push]
|
|
default = upstream
|
|
[alias]
|
|
a = add
|
|
ai = add -i
|
|
p = pull --rebase
|
|
pu = push
|
|
co = checkout
|
|
cl = clone
|
|
br = branch
|
|
ci = commit
|
|
st = status
|
|
me = merge
|
|
di = diff
|
|
re = remote
|
|
reb = rebase
|
|
res = reset
|
|
sub = submodule
|
|
unstage = reset HEAD --
|
|
last = log -1 HEAD
|
|
[branch]
|
|
autosetuprebase = always
|