>>> Hi Andrew, >>> >>> Thanks for your response! >>> >>> I tried that but received the following error: >>> >>> fatal: git checkout: updating paths is incompatible with switching >>> branches. >>> Did you intend to checkout 'origin/add_projects' which can not be >>> resolved as commit? >>> >>> Even if it had worked, wouldn't all the add_projects stuff still have >>> been in master? >>> >>> Thanks, Ken
Try a fresh clone, and this again:- git checkout -b add_projects origin/add_projects I use this every day to do what you want without issue. Cheers, Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
