We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3a54904 commiteec292dCopy full SHA for eec292d
content/git/pull-requests.md
@@ -58,7 +58,7 @@ It may ask you where you want the fork to live—you want it to live
58
under your profile / username.
59
60
This will bring you to a new github page, displaying the fork, with a
61
-URL that should look something like:``https://github.com/zingale/test-repo``
+URL that should look something like:``https://github.com/zingale/test_repo``
62
63
Now click on the*code* button and copy the SSH location.
64
@@ -95,7 +95,7 @@ Then click on the "New pull request" button, and you'll see something like:
95
```
96
97
This is showing that you are asking to merge the changes in your fork into the
98
-class``test-repo`` repository.
+class``test_repo`` repository.
99
100
Click on*create pull request*, type in a comment about what this does, and then click
101
on the*create pull request* button again.