git tricks vol. 1
Question: I have branched off master to work on a feature, and I have 3 commits made on the feature. However I have gone off into the weeds on my feature. I want to save my work, but I also want to go back to the first commit on my feature, and start a new branch to test an idea. Can I do this?
starting point:
Answer: this is Git, of course you can.
new git status:
Cool.