Skip to content

Instantly share code, notes, and snippets.

@elalemanyo
Last active October 11, 2018 17:38
Embed
What would you like to do?
Recompile Heroku
git commit --allow-empty -m "empty commit"
git push heroku master

or

git commit --amend -C HEAD
git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment