home/gitconfig

17 lines
509 B
Plaintext
Raw Normal View History

2017-06-29 23:23:52 +02:00
[user]
name = dbroqua
email = dbroqua@mousur.org
[gc]
autoDetach = false
[core]
autocrlf = input
[alias]
2017-10-10 17:14:16 +02:00
tree = log --pretty=oneline --graph --decorate --all
treefull = log --graph --decorate --pretty=raw --abbrev-commit
2017-06-29 23:29:12 +02:00
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
2017-09-02 15:43:27 +02:00
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
diffpull = diff HEAD@{1}
2017-09-29 11:40:37 +02:00
master = checkout master
develop = checkout develop