>> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to