diff options
author | Ben Sima <ben@bsima.me> | 2019-09-03 23:31:10 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-03 23:31:10 -0700 |
commit | bf1644eca818e42e13779afe047d02d2f962efb8 (patch) | |
tree | a5d02a19dd37c21f162e94ff740140a929cfdcea /ghclone | |
parent | d105e6a7394cfa9635141d4f60da3f300678df0d (diff) |
use standard remote name
Diffstat (limited to 'ghclone')
-rwxr-xr-x | ghclone | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ dir="$dest/$repo" mkdir -p "$dest" cd "$dest" -git clone "gh:$owner/$repo" +git clone "git@github.com:$owner/$repo" git config \ --file="$dir/.git/config" \ |