M
M
MelsikProgger2020-09-27 20:40:49
Python
MelsikProgger, 2020-09-27 20:40:49

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

2 answer(s)
M
MelsikProgger, 2020-09-27
@MelsikProgger

Solved the problem.
git branch
git checkout master
git commit -m "name"
git push heroku master

M
monroi, 2021-01-28
@monroi

git add .; git commit -m 'added README'; git push -u origin master

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question