summaryrefslogtreecommitdiffstats
path: root/gitconfig
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-11-09 10:46:05 -0600
committerJesse Luehrs <doy@tozt.net>2011-11-09 10:50:19 -0600
commit027fb9a4b8f06874e8bb17329d9aeef25e0285b3 (patch)
treebd1a25403de8d748f2abeb351a255a8bec08bf3a /gitconfig
parentdfd83f8516aa7f91c1c5d08c33bf32781f39db58 (diff)
downloadconf-027fb9a4b8f06874e8bb17329d9aeef25e0285b3.tar.gz
conf-027fb9a4b8f06874e8bb17329d9aeef25e0285b3.zip
git rv alias
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index caf0725..e7d007b 100644
--- a/gitconfig
+++ b/gitconfig
@@ -22,6 +22,7 @@
ch = "!f() { git cherry \"$@\" | grep -v '^-' | sed 's/^..//' | xargs -n1 git log --oneline -1 | cat | perl -ple 's/([^ ]+)/\\e[33m$1\\e[m/'; }; f"
ff = merge --ff-only
cc = cherry-pick
+ rv = checkout -p
[github]
user = doy
[color]