reverting a commit?

2009-05-18 Thread Carl
I'm using ActiveScaffold and I have encountered some problems with the newest version, so I want to go back to a prior commit before I installed the newest version. I did that on my local machine without any problems. But I'm not sure how to reset the version on heroku, since if I try to push I

Re: reverting a commit?

2009-05-18 Thread Adam Wiggins
In the case where you've edited the commits or reset the HEAD to rewind to an earlier commit, you can force the push like this: $ git push -f heroku Note that if you have other people pulling from the Heroku app, they should probably destroy their master branch and fetch it fresh, to avoid

Re: reverting a commit?

2009-05-18 Thread Carl Anderson
Ah, ok. I tried --force but that just sent a bunch of dots across my terminal until it failed, so I gave up. Thanks, that worked like a charm. Carl On Mon, May 18, 2009 at 3:58 PM, Adam Wiggins a...@heroku.com wrote: In the case where you've edited the commits or reset the HEAD to rewind to