You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/fork.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Say you want to contribute changes to someone else's repository (eg,
52
52
error: src refspec master does not match any.
53
53
error: failed to push some refs to '[email protected]:username/the_repo'
54
54
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.
56
56
57
57
- Go to _your version_ of the repository on github.
0 commit comments