.gitconfig

branch
mhoward-lt
changeset 170
fb8391e37094
parent 98
7d66a2422bbc
parent 166
7d0c758c7a4d
child 175
6a6b1f67a46e
equal deleted inserted replaced
164:48af2ec782e0 170:fb8391e37094
14 update = !git fetch --all --tags --prune && git pull --rebase 14 update = !git fetch --all --tags --prune && git pull --rebase
15 incoming = "!git remote update -p; git log ..@{u}" 15 incoming = "!git remote update -p; git log ..@{u}"
16 outgoing = log @{u}.. 16 outgoing = log @{u}..
17 glog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative 17 glog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
18 18
19 [branch]
20 autosetuprebase = always

mercurial