Add cl (clone) alias

This commit is contained in:
Oliver Davies 2020-01-15 16:17:57 +00:00
parent b9d048b364
commit 1d69603bf5

View file

@ -37,6 +37,7 @@
upstream = rev-parse --abbrev-ref --symbolic-full-name @{u} upstream = rev-parse --abbrev-ref --symbolic-full-name @{u}
ureset = !git reset --hard $(git upstream) ureset = !git reset --hard $(git upstream)
wip = !git add . && git commit -m 'wip' wip = !git add . && git commit -m 'wip'
cl = !hub clone
[branch] [branch]
autosetupmerge = true autosetupmerge = true