From: "Jonathan del Strother" <maillist@steelskies.com>
To: "Markus Korber" <korbse@gmx.at>
Cc: git@vger.kernel.org
Subject: Re: Revert git push
Date: Thu, 10 Jan 2008 13:31:59 +0000 [thread overview]
Message-ID: <57518fd10801100531v6f6aef85k4b1b875c6f16aeba@mail.gmail.com> (raw)
In-Reply-To: <6zve61q0t3.fsf@odpc25.int.ondemand.co.at>
On Jan 10, 2008 1:15 PM, Markus Korber <korbse@gmx.at> wrote:
> Hi,
>
> I've got two local git repositories, linux and mplayer, where I push to
> from a local directory. Now I accidentally pushed from mplayer into the
> linux repository (via a not updated URL[1]). Is it somehow possible to
> revert this push if nobody has pushed something since my last pull from
> the linux repository?
>
> (Or can I just copy the .git/objects/ directory over to the repository?)
>
> ,----[ .git/remotes/mplayer [1]]
> | URL: /prj/gitroot/linux
> | Push: +master:master
> `----
>
> ,----[ git push mplayer ]
> | updating 'refs/heads/master'
> | from 94545baded0bfbabdc30a3a4cb48b3db479dd6ef
> | to 9085d919f7954ad629447157f054e55230513936
> | Generating pack...
> | Done counting 3240 objects.
> | Deltifying 3240 objects...
> | 100% (3240/3240) done
> | Writing 3240 objects...
> | 100% (3240/3240) done
> | Total 3240 (delta 774), reused 0 (delta 0)
> | refs/heads/master: 94545baded0bfbabdc30a3a4cb48b3db479dd6ef -> 9085d919f7954ad629447157f054e55230513936
> `----
You can push again to revert your original push, just specifying a
different ref to push. Something like this ought to work :
git push -f mplayer 94545bade:master
which will update the remote 'master' branch with commit 94545bade,
which is what it was before your accidental push
Jon
next prev parent reply other threads:[~2008-01-10 13:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-10 13:15 Revert git push Markus Korber
2008-01-10 13:31 ` Jonathan del Strother [this message]
2008-01-10 13:45 ` Markus Korber
2008-01-10 14:12 ` Johannes Sixt
2008-01-14 10:39 ` Markus Korber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57518fd10801100531v6f6aef85k4b1b875c6f16aeba@mail.gmail.com \
--to=maillist@steelskies.com \
--cc=git@vger.kernel.org \
--cc=korbse@gmx.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).