I have come to the git party a little late and I have a simple problem.
I have three feature experiments in development that are currently on my master branch. The features could be called postits, auth, and uploads.
When I do git status
on my master branch, I get a list of ~10 entries in 'changed but not updated' and ~15 in 'untracked files'. All these entries belong to one of the three feature experiments.
How can I move these entries into three new feature branches so I can have a clean working directory again?