[git-users] Re: How can I clean cache git

2008-10-01 Thread Sergey Kruk

 I'm sorry
 I get error fatal: Failed to resolve 'text.txt' as a valid ref. when
 I do like this : git reset --hard F text.txt

To reset changes made to one file use git-checkout
git checkout text.txt
should undo changes made to text.txt since the last commit

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~--~~~~--~~--~--~---



[git-users] Re: How can I clean cache git

2008-10-01 Thread Lemur

Ok! You of both has helped to me. Notable it's
TomSW

On 1 окт, 19:15, Sergey Kruk [EMAIL PROTECTED] wrote:
  I'm sorry
  I get error fatal: Failed to resolve 'text.txt' as a valid ref. when
  I do like this : git reset --hard F text.txt

 To reset changes made to one file use git-checkout
 git checkout text.txt
 should undo changes made to text.txt since the last commit
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~--~~~~--~~--~--~---