.gitconfig

Sun, 29 Jun 2014 22:38:17 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 29 Jun 2014 22:38:17 -0400
branch
mhoward-lt
changeset 91
d4856ddaffd9
child 92
92aa984868e2
permissions
-rw-r--r--

Add gitconfig, copy brock's aliases since he's an hg fan too

91
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 [user]
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 email = mhoward@roomag.org
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 name = Meredith Howard
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5 [ui]
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6 color = true
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
7
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
8 [core]
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
9 pager = LESS='FSRX' less
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
10
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
11 [alias]
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
12 ci = commit
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
13 rec = !sh -c '(git add -p -- $@ && git commit -v ) || git reset' --
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
14 up = !git fetch --all --tags --prune && git pull --rebase
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
15 in = "!git remote update -p; git log ..@{u}"
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
16 out = log @{u}..
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
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
d4856ddaffd9 Add gitconfig, copy brock's aliases since he's an hg fan too
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
18

mercurial