Let's say I have two branches - master and redesign . How can I rewrite the default.aspx.cs file in my redesign branch with the name from the wizard?
I found this question , but it seems to move on to how to revert the file back to the previous version in the same branch. I also considered using merge , but I don't want to merge, I want to overwrite. Suggestions?
git
Abe Miessler Dec 12 '12 at 19:47 2012-12-12 19:47
source share