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
-`git push` them back to [github](http://github.com). These will go
40
48
to _your version_ of the repository.
41
49
50
+
- Note: if you get an error like:
51
+
52
+
error: src refspec master does not match any.
53
+
error: failed to push some refs to 'git@github.com:username/the_repo'
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.
56
+
42
57
- Go to _your version_ of the repository on github.
43
58
44
59
- Click the “Pull Request” button at the top.
45
60
46
61
- Note that your friend's repository will be on the left and _your
47
62
repository_ will be on the right.
48
63
49
-
- Give a short explaination of the changes and click the “Send
50
-
pull request” button.
64
+
- Click the green button "Create pull request". Give a succinct and informative title, in the comment field give a short explanation of the changes and click the green button "Create pull request" again.
0 commit comments