16 lines
509 B
Text
16 lines
509 B
Text
[user]
|
|
name = dbroqua
|
|
email = dbroqua@mousur.org
|
|
[gc]
|
|
autoDetach = false
|
|
[core]
|
|
autocrlf = input
|
|
|
|
[alias]
|
|
tree = log --pretty=oneline --graph --decorate --all
|
|
treefull = log --graph --decorate --pretty=raw --abbrev-commit
|
|
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
|
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
|
|
diffpull = diff HEAD@{1}
|
|
master = checkout master
|
|
develop = checkout develop
|