Answer the question
In order to leave comments, you need to log in
Why does git output Everything up-to-date?
I do everything as usual.
git add .
git commit -m "name"
git push heroku master
But for some reason the console outputs one line - Everything up-to-date
Answer the question
In order to leave comments, you need to log in
Solved the problem.
git branch
git checkout master
git commit -m "name"
git push heroku master
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question