Я хочу восстановить в моем приложении старый коммит, который я сделал.
Я делаю коммиты так:
git commit -m "бла"
Когда я нажимаю "git log", я вижу все сделанные мной коммиты.
Как мне восстановить приложение с помощью git?
EDIT:
Я сделал git push (к героку), и он сказал:
error: failed to push some refs to 'git@heroku.com:asfalt.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again. See the
'Note about fast-forwards' section of 'git push --help' for details.