Add cl (clone) alias
This commit is contained in:
parent
b9d048b364
commit
1d69603bf5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue