mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
fork docs: change SSH to HTTPS in example
This commit is contained in:
parent
2113e8c1d7
commit
09e039ceae
|
|
@ -60,10 +60,10 @@ $ \.\.<forks into your github profile and clones repo locally to expect\.js dir>
|
|||
|
||||
$ cd expect\.js && git remote \-v
|
||||
|
||||
origin git@github\.com:<user>/expect\.js (fetch)
|
||||
origin git@github\.com:<user>/expect\.js (push)
|
||||
upstream git@github\.com:LearnBoost/expect\.js (fetch)
|
||||
upstream git@github\.com:LearnBoost/expect\.js (push)
|
||||
origin https://github\.com/<user>/expect\.js (fetch)
|
||||
origin https://github\.com/<user>/expect\.js (push)
|
||||
upstream https://github\.com/LearnBoost/expect\.js (fetch)
|
||||
upstream https://github\.com/LearnBoost/expect\.js (push)
|
||||
.
|
||||
.fi
|
||||
.
|
||||
|
|
|
|||
|
|
@ -106,15 +106,15 @@
|
|||
|
||||
$ cd expect.js && git remote -v
|
||||
|
||||
origin git@github.com:<user>/expect.js (fetch)
|
||||
origin git@github.com:<user>/expect.js (push)
|
||||
upstream git@github.com:LearnBoost/expect.js (fetch)
|
||||
upstream git@github.com:LearnBoost/expect.js (push)
|
||||
origin https://github.com/<user>/expect.js (fetch)
|
||||
origin https://github.com/<user>/expect.js (push)
|
||||
upstream https://github.com/LearnBoost/expect.js (fetch)
|
||||
upstream https://github.com/LearnBoost/expect.js (push)
|
||||
</code></pre>
|
||||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Andrew Griffiths <<a href="mailto:mail@andrewgriffithsonline.com" data-bare-link="true">mail@andrewgriffithsonline.com</a>></p>
|
||||
<p>Written by Andrew Griffiths <<a href="mailto:mail@andrewgriffithsonline.com" data-bare-link="true">mail@andrewgriffithsonline.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -29,10 +29,10 @@ git-fork(1) -- Fork a repo on github
|
|||
|
||||
$ cd expect.js && git remote -v
|
||||
|
||||
origin git@github.com:<user>/expect.js (fetch)
|
||||
origin git@github.com:<user>/expect.js (push)
|
||||
upstream git@github.com:LearnBoost/expect.js (fetch)
|
||||
upstream git@github.com:LearnBoost/expect.js (push)
|
||||
origin https://github.com/<user>/expect.js (fetch)
|
||||
origin https://github.com/<user>/expect.js (push)
|
||||
upstream https://github.com/LearnBoost/expect.js (fetch)
|
||||
upstream https://github.com/LearnBoost/expect.js (push)
|
||||
|
||||
|
||||
## AUTHOR
|
||||
|
|
|
|||
Loading…
Reference in a new issue