changeset 115:78a2cec44799

add an alias for worktree
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 25 Jan 2017 08:20:15 +0100
parents 68edc97253fa
children ebee1c499f19
files .gitconfig
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.gitconfig	Wed Dec 07 10:08:42 2016 +0100
+++ b/.gitconfig	Wed Jan 25 08:20:15 2017 +0100
@@ -7,6 +7,7 @@
     rpo = remote prune origin    
     st = status
     wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard
+    wt = worktree
 
 [color]
     ui = false