git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan 't Hart <johanthart@gmail.com>
To: git@vger.kernel.org
Subject: Re: Delete a commit
Date: Sun, 20 Dec 2009 01:06:46 +0100	[thread overview]
Message-ID: <hgjpqu$dos$1@ger.gmane.org> (raw)
In-Reply-To: <20091219233957.GC29111@marge.bs.l>

Bertram Scharpf schreef:
> Hi,
> 
> I fetched a line from the shell's history and accidentally hit
> enter before editing it. Then I had commited some work that was
> not completed. Is there a way to get rid of that commit as if it
> never were there?

Try:
git reset --soft HEAD~1

You could also:
git commit --amend ...

when you realy finish the commit.

> 
> Thanks in advance.
> 
> Bertram
> 
> 

  parent reply	other threads:[~2009-12-20  0:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-19 23:39 Delete a commit Bertram Scharpf
2009-12-19 23:43 ` James P. Howard, II
2009-12-20  0:06 ` Johan 't Hart [this message]
2009-12-20  0:43   ` Bertram Scharpf
2009-12-20  8:37     ` Pascal Obry
2009-12-21 17:49     ` Johan 't Hart
2009-12-21 18:17       ` Andreas Schwab
2009-12-21 21:01       ` Bertram Scharpf

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='hgjpqu$dos$1@ger.gmane.org' \
    --to=johanthart@gmail.com \
    --cc=git@vger.kernel.org \
    /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).