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.

44 lines
1.3 KiB

[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
now = rev-parse --short HEAD
cp = cherry-pick
# logs
# lg : prefered log
# lgc: log commit title only
# lgd: log commit and its details
# lgb: log commit with branch
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(white)%s%C(reset) %C(dim white)- %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)' --all
lgc = log --oneline
lgd = log --name-status --abbrev-commit
lgb = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(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