The other day I created a new project branch f-testing-docs
and before I switched to it I fixed a typo on the current master
branch. The issue is that I guess I forgot to swap to the new branch before doing the new work.
So now I have 3 files that are not staged for commit, and 3 that are untracked completely.
How can I move these changes seemlessly into f-testing-docs
and off of this master branch?