Pause development on one branch to switch to another

I am working on a branch with a feature. I am not ready to commit it though. I need to work on a new feature and push it to main before current one is ready. Is this possible to switch branches or commit certain files only?

1 Like

Did you get a reply to this, or work out a solution. I have the same problem @alopez_rhodes

Copy your code into local files and then reject them. You can also commit and then create a new branch to work out of.

Do you mean copy the models into notepad or something like that?

Yes, copy to a notepad ++ then save the file locally on your computer.

Ah okay, it’s shame you can’t just work off another pull from the master.

Thanks for the response :slight_smile: