Hi,
I'm sure this is very simple to do, but I have followed a number of tutorials and cannot figure this out.
I currently have two branchs on my remote & local machines:
master
*search_refactor
We want to create a new remote branch called design_refactor and have the code in this new branch to be (initially) a clone of the code in the search_refactor branch.
The purpose behind all of this is that I want to try out some ideas I have on the search_refactor branch, share these with others, but not modify the search_refactor branch.
Our current version of git is 1.6.5
Thanks!