Re: Resetting working files

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: =?ISO-8859-1?Q?Dirk_S=FCsserott?=
Date: Sunday, May 31, 2009 - 8:00 am

Am 31.05.2009 15:09 schrieb Aaron Gray:

$ git reset --hard

This will revert all changes you made in your working tree back to the 
HEAD. It will delete your changes made so far. To revert only a single 
file, use

$ git checkout -- path/to/file


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Resetting working files, Aaron Gray, (Sun May 31, 6:09 am)
Re: Resetting working files, =?ISO-8859-1?Q?Dirk_ ..., (Sun May 31, 8:00 am)
Re: Resetting working files, Aaron Gray, (Sun May 31, 8:57 am)
Re: Resetting working files, Peter Baumann, (Sun May 31, 9:25 am)
Re: Resetting working files, Aaron Gray, (Sun May 31, 9:50 am)
Re: Resetting working files, Nicolas Sebrecht, (Sun May 31, 10:39 am)
Re: Resetting working files, Aaron Gray, (Sun May 31, 12:31 pm)
Re: Resetting working files, Alex Riesen, (Sun May 31, 2:30 pm)