Skip to content

Commit 20f8da1

Browse files
committed
readability for SO link
1 parent ba1d44a commit 20f8da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/fork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Say you want to contribute changes to someone else's repository (eg,
5252
error: src refspec master does not match any.
5353
error: failed to push some refs to '[email protected]:username/the_repo'
5454

55-
Then try `git push origin HEAD:gh-pages` [stackoverflow.](http://stackoverflow.com/questions/4181861/src-refspec-master-does-not-match-any-when-pushing-commits-in-git) Typing `git show-ref` can show what reference to put after HEAD.
55+
Then try `git push origin HEAD:gh-pages` (see [stackoverflow.](http://stackoverflow.com/questions/4181861/src-refspec-master-does-not-match-any-when-pushing-commits-in-git)). Typing `git show-ref` can show what reference to put after HEAD.
5656

5757
- Go to _your version_ of the repository on github.
5858

0 commit comments

Comments
 (0)