When I switch my git to a branch doing a change, I suddenly found a bug that I need to fix.
What should I do?
Do I need to record the bug in a excel or piece of paper then fix it in another branch?
If that is the case, I think git is stupid.
When I switch my git to a branch doing a change, I suddenly found
Share
If I got your question right, you need
git stash, e.g.