You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
386 B
Plaintext
26 lines
386 B
Plaintext
[user]
|
|
name = darkelfe
|
|
email = jul.rosset@gmail.com
|
|
[color]
|
|
diff = auto
|
|
status = auto
|
|
branch = auto
|
|
[alias]
|
|
co = commit
|
|
com = commit -m
|
|
coa = commit -a
|
|
coam = commit -am
|
|
ck = checkout
|
|
st = status
|
|
br = branch
|
|
link = branch --track
|
|
ln = log -n
|
|
lns = log --stat -n
|
|
ls = log --stat
|
|
uf = checkout --
|
|
cb = checkout
|
|
push = push --tags
|
|
[core]
|
|
editor = vim
|
|
autocrlf = true
|