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.
2 parents 689bfdb + b11a628 commit 67bc53eCopy full SHA for 67bc53e
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