We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc208cd + 13842de commit 392a2d6Copy full SHA for 392a2d6
bin/git-fork
@@ -26,9 +26,9 @@ curl -X POST -u "$user" "https://api.github.com/repos/$owner/$project/forks"
26
[ $? = 0 ] || abort "fork failed"
27
28
# clone forked repo into current dir
29
-git clone "git@github.com:$user/$project" "$project"
+git clone "https://github.com:$user/$project" "$project"
30
31
# add reference to origin fork so can merge in upstream changes
32
cd "$project"
33
-git remote add upstream "git@github.com:$owner/$project"
34
-git fetch upstream
+git remote add upstream "https://github.com:$owner/$project"
+git fetch upstream
0 commit comments