Possible Duplicate:
How to merge a branch into another with override option in git
I have some folders on a branch, I want them to just override the same folders on master.
I dont want to go through merge.. I just want a straight replace.
Any ideas how to do this in Git? Thanks