git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* reverting initial commit
@ 2009-03-25 18:12 Pascal Obry
  2009-03-25 18:20 ` Jacob Helwig
  2009-03-25 18:26 ` Junio C Hamano
  0 siblings, 2 replies; 10+ messages in thread
From: Pascal Obry @ 2009-03-25 18:12 UTC (permalink / raw)
  To: git list


Starting a new project I create a new repo and added some files for the
initial revision of the project, something like:

mkdir repo.git
cd repo.git
git init
touch file
git add file
git ci -m "initial revision"

Now one file was not meant to be committed, I wanted to revert this commit:

git reset HEAD^

fatal: ambiguous argument 'HEAD^': unknown revision or path not in the
working tree.
Use '--' to separate paths from revisions

I understand that HEAD^ does not exist, is there a way to do that?

Thanks,
Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|    http://www.obry.net  -  http://v2p.fr.eu.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver keys.gnupg.net --recv-key F949BD3B

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-03-25 21:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-25 18:12 reverting initial commit Pascal Obry
2009-03-25 18:20 ` Jacob Helwig
2009-03-25 18:26 ` Junio C Hamano
2009-03-25 18:33   ` Jacob Helwig
2009-03-25 19:45     ` Giuseppe Bilotta
2009-03-25 20:40       ` Sverre Rabbelier
2009-03-25 21:22         ` Giuseppe Bilotta
2009-03-25 21:06       ` Eric Raible
2009-03-25 18:36   ` Pascal Obry
2009-03-25 18:40     ` Junio C Hamano

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).