added git remote cleanup
This commit is contained in:
parent
6e01befdd1
commit
8f77027402
1 changed files with 2 additions and 0 deletions
|
@ -56,3 +56,5 @@ echo "===== CREATING SUPERUSER ====="
|
||||||
docker exec -ti "${PROJECT_NAME}-api" ./manage.py createsuperuser
|
docker exec -ti "${PROJECT_NAME}-api" ./manage.py createsuperuser
|
||||||
|
|
||||||
echo "Success! Go to http://localhost:8000 to see API documentation."
|
echo "Success! Go to http://localhost:8000 to see API documentation."
|
||||||
|
|
||||||
|
git remote remove origin
|
||||||
|
|
Loading…
Add table
Reference in a new issue