.gitconfig

branch
mhoward-lt
changeset 91
d4856ddaffd9
child 92
92aa984868e2
equal deleted inserted replaced
89:33bb3c3ca080 91:d4856ddaffd9
1 [user]
2 email = mhoward@roomag.org
3 name = Meredith Howard
4
5 [ui]
6 color = true
7
8 [core]
9 pager = LESS='FSRX' less
10
11 [alias]
12 ci = commit
13 rec = !sh -c '(git add -p -- $@ && git commit -v ) || git reset' --
14 up = !git fetch --all --tags --prune && git pull --rebase
15 in = "!git remote update -p; git log ..@{u}"
16 out = 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
18

mercurial