Add cl (clone) alias
This commit is contained in:
parent
b9d048b364
commit
1d69603bf5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue