switch to ssh for pushing
parent
0405573848
commit
f0484d0bc9
|
@ -111,7 +111,7 @@ Alternatively, run the following command and commit the changes:
|
|||
${sed_cmd}
|
||||
"
|
||||
|
||||
git remote add ${ghprbPullAuthorLogin} ${ghprbAuthorRepoGitUrl}
|
||||
git remote add ${ghprbPullAuthorLogin} git@github.com:${ghprbPullAuthorLogin}/minikube.git
|
||||
git fetch ${ghprbPullAuthorLogin}
|
||||
git checkout -b ${ghprbPullAuthorLogin}-${ghprbSourceBranch} ${ghprbPullAuthorLogin}/${ghprbSourceBranch}
|
||||
|
||||
|
|
Loading…
Reference in New Issue