Update README.md

changed `git push -u origin master` to `git push -u origin main`
This commit is contained in:
Vicente Antonio G. Reyes 2023-07-23 13:53:04 +08:00 committed by GitHub
parent 62ac849ed4
commit 8cf3cbfd27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ Create a git repo and push it there:
$ git add . $ git add .
$ git commit -m "first awesome commit" $ git commit -m "first awesome commit"
$ git remote add origin git@github.com:pydanny/redditclone.git $ git remote add origin git@github.com:pydanny/redditclone.git
$ git push -u origin master $ git push -u origin main
Now take a look at your repo. Don't forget to carefully look at the generated README. Awesome, right? Now take a look at your repo. Don't forget to carefully look at the generated README. Awesome, right?