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.

54 lines
1.8 KiB

[user]
name = Mickaël Tansorier
email = mickael@tansorier.fr
[core]
editor = vim
excludesfile = /home/micka/.gitignore
[color]
ui = auto
branch = auto
diff = auto
interactive = auto
status = auto
[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
# lga: log commit all
# lgo: log other
# lgc: log commit title only
# lgd: log commit and its details
# lgb: log commit with branch
lg = log --graph --pretty=format:'%C(yellow)%h%C(reset) - %s %C(green)(%cr) %C(dim white)<%an>%C(reset) %C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative
lga = log --graph --pretty=format:'%C(yellow)%h%C(reset) - %s %C(green)(%cr) %C(cyan)<%an>%C(reset) %C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative --decorate=full --all
lgo = log --graph --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)' --abbrev-commit --decorate
lgc = log --oneline
lgd = log --name-status --abbrev-commit
lgb = log --graph --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)' --abbrev-commit --decorate --all
#[push]
# default = simple
#[branch "master"]
# rebase = true
[sendemail]
smtpuser = mickael@tansorier.fr
smtpserver = ssl0.ovh.net
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