Skip to content

Instantly share code, notes, and snippets.

@elalemanyo
Last active October 11, 2018 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elalemanyo/770521479d8ef11dc9266b8ab90fc1a8 to your computer and use it in GitHub Desktop.
Save elalemanyo/770521479d8ef11dc9266b8ab90fc1a8 to your computer and use it in GitHub Desktop.
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