We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689bfdb commit b11a628Copy full SHA for b11a628
README.md
@@ -26,7 +26,7 @@ Common markup patterns I use for developing websites.
26
* git remote -v will allow you to check that you have changed the remote origin correctly. The output should look like:
27
```bash
28
origin git@github.com:yourUserName/yourNewRepoName.git (fetch)
29
- origin git@github.com:yourUserName/yourNewRepoName.git (push)
+ origin git@github.com:yourUserName/yourNewRepoName.git (push)
30
```
31
32
Now your set up to use this in a new project.
0 commit comments