Right now git status returns On branch master. And there are Changes not staged for commit: modified: foo. Suddenly I get a bug report. How do I temporarily quit the main job I'm doing, make the change, put it into production, and then go back to the main job?
I know I should create a new branch. But I'm afraid of doing something wrong and I don't want to create a disaster.