Я работаю над сайтом (django), который я загрузил онлайн с heroku. Все работало нормально, пока мне не пришлось вносить изменения в мои views.py. Теперь, когда я делаю:
- git add .
- git commit -m "smtg"
- git push heroku master
Это говорит мне, что ничего не изменилось, но я сделал некоторые изменения, кажется, что он не может их видеть. Когда я пытаюсь git init, он говорит мне "
Реинициализирует существующий Git репозиторий в C: / Users / Loic / Documents / my_site2 / .git /
"Не могли бы вы помочь мне, это школьный проект. Спасибо
РЕДАКТИРОВАТЬ: теперь после git pu sh мастер герою у меня:
To https://git.heroku.com/cleanpharmacycle.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://git.heroku.com/cleanpharmacycle.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.