Skip to content

Commit

Permalink
Merge pull request tj#424 from nicolaiskogheim/fork-docs
Browse files Browse the repository at this point in the history
fork docs: change SSH to HTTPS in example
  • Loading branch information
hemanth committed Aug 8, 2015
2 parents 91e198b + 790c45c commit d6126d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions man/git-fork.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
.
Expand Down
10 changes: 5 additions & 5 deletions man/git-fork.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/git-fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6126d6

Please sign in to comment.