Hi all

I perform some changes in several files, then I delete two files
because I want to discard those changes.

rm myfile1.txt
rm myfile2.txt

Is there a way of bringing back those files with knowing its name?

I could use "git checkout ." but this would discard changes in the
other files ... I'am looking for an equivaltent of "cvs update".

Thx for your help


-- 
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 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to