use the longer aliases mhoward-lt

Sun, 29 Jun 2014 22:58:54 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 29 Jun 2014 22:58:54 -0400
branch
mhoward-lt
changeset 92
92aa984868e2
parent 91
d4856ddaffd9
child 98
7d66a2422bbc

use the longer aliases

.gitconfig file | annotate | diff | comparison | revisions
--- a/.gitconfig
+++ b/.gitconfig
@@ -9,10 +9,10 @@
 	pager = LESS='FSRX' less
 
 [alias]
-	ci   = commit
-	rec  = !sh -c '(git add -p -- $@ && git commit -v ) || git reset' --
-	up   = !git fetch --all --tags --prune && git pull --rebase
-	in   = "!git remote update -p; git log ..@{u}"
-	out  = log @{u}..
-	glog = log --graph --pretty                                          = format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date = relative
+	ci        = commit
+	record    = !sh -c '(git add -p -- $@ && git commit -v ) || git reset' --
+	update    = !git fetch --all --tags --prune && git pull --rebase
+	incoming  = "!git remote update -p; git log ..@{u}"
+	outgoing  = log @{u}..
+	glog      = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
 

mercurial