diff --git a/tag-git/gitconfig b/tag-git/gitconfig index b2c9f3a..1a76b66 100644 --- a/tag-git/gitconfig +++ b/tag-git/gitconfig @@ -37,6 +37,7 @@ upstream = rev-parse --abbrev-ref --symbolic-full-name @{u} ureset = !git reset --hard $(git upstream) wip = !git add . && git commit -m 'wip' + cl = !hub clone [branch] autosetupmerge = true