2022-11-28
|~5 min read
|856 words
The command for Git is still experimental, but is a more intuitive solution to some of the problems I’ve come across regularly. Similarly…
2022-11-28
|~4 min read
|704 words
I’ve written about git reset vs. git revert before. I’ve even looked at some patterns for “undoing” in git. This is a closer look at git…
2022-11-28
|~4 min read
|797 words
Today, I had an interesting experience with Git. I was working on a new project and when I was ready to make my initial commit, I noticed…