mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-11 15:34:51 +03:00
Update README.md
changed `git push -u origin master` to `git push -u origin main`
This commit is contained in:
parent
62ac849ed4
commit
8cf3cbfd27
|
@ -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?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user