Questions on Branches and Rebases in Git
July 18, 2022
I’ve been messing with Git a little more recently, and a question about rebasing popped into my head:
Writing What I Want
I’ve been messing with Git a little more recently, and a question about rebasing popped into my head:
After making a few changes to this blog in an attempt to appease Amazon and failing, I wanted to undo those changes. Thankfully, since this blog is hosted on GitHub pages, it’s versioned controlled via Git. Meaning I should easily be able to find the changes and undo them fairly easily.