I screwed up matplotlib/master on github

Paul Ivanov <pivanov314@...149...> writes:

I can't figure out a way to pull it from there, but I think Eric
was the last to commit to trunk before I (destructively) pushed
my stale copy. Eric's last commit hash was:
8506c33c811e970c6aa73a446d3ed223ac48f989

The git and ssh transports will only fetch branches and tags, but I was
able to get this commit with git http-fetch. I pushed it to master, so
it should be fine now.

Avoid using git push -f from now on, OK? :slight_smile:

路路路

--
Jouni K. Sepp锟絥en

Thanks Jouni. "git push -f" does not exist to me when pushing upstream.

路路路

On Thu, Mar 24, 2011 at 7:28 AM, Jouni K. Sepp盲nen <jks@...278...> wrote:

Paul Ivanov <pivanov314@...149...> writes:

I can't figure out a way to pull it from there, but I think Eric
was the last to commit to trunk before I (destructively) pushed
my stale copy. Eric's last commit hash was:
8506c33c811e970c6aa73a446d3ed223ac48f989

The git and ssh transports will only fetch branches and tags, but I was
able to get this commit with git http-fetch. I pushed it to master, so
it should be fine now.

Avoid using git push -f from now on, OK? :slight_smile: