mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-09 08:00:50 +03:00
Remove dangling exclamation point.
This commit is contained in:
parent
7323f87e37
commit
7229f07ea2
|
@ -77,7 +77,7 @@ Create a GitHub repo and push it there::
|
||||||
|
|
||||||
$ git init
|
$ git init
|
||||||
$ 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 master
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user