You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[user]
|
|
|
|
name = Mickaël Tansorier
|
|
|
|
email = mickael.tansorier@openwide.fr
|
|
|
|
[core]
|
|
|
|
editor = vim
|
|
|
|
|
|
|
|
[color]
|
|
|
|
ui = true
|
|
|
|
|
|
|
|
[alias]
|
|
|
|
co = checkout
|
|
|
|
st = status
|
|
|
|
s = status
|
|
|
|
br = branch
|
|
|
|
d = diff
|
|
|
|
dc = diff --cached
|
|
|
|
lo = log --name-status --abbrev-commit
|
|
|
|
olog = log --oneline
|
|
|
|
now = rev-parse --short HEAD
|
|
|
|
cp = cherry-pick
|
|
|
|
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
|
|
|
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
|
|
|
|
|
|
|
|
|
|
|
#[push]
|
|
|
|
# default = simple
|
|
|
|
|
|
|
|
#[branch "master"]
|
|
|
|
# rebase = true
|
|
|
|
|
|
|
|
[sendemail]
|
|
|
|
smtpuser = mitan@smile.fr
|
|
|
|
smtpserver = smtp.smile.fr
|
|
|
|
smtpencryption = ssl
|
|
|
|
smtpserverport = 465
|
|
|
|
[gui]
|
|
|
|
fontui = -family \"DejaVu Sans\" -size 10 -weight normal -slant roman -underline 0 -overstrike 0
|
|
|
|
fontdiff = -family \"DejaVu Sans Mono\" -size 10 -weight normal -slant roman -underline 0 -overstrike 0
|