git-users  

[git-users] Re: Copy files between local branches.

Jeffrey
Wed, 16 Sep 2009 06:37:04 -0700

What's wrong with git checkout?

git checkout <tree-ish> <paths>...

it's the second usage on the man page.  It does add to the index as
well, but you can quickly reset them back (that git reset HEAD...)
tip.

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