Master No More
It’s been a long time coming. We use some very harsh language within tech so
much sometimes that we become numb to it. It’s time to do my very small part
in this movement and purge this language from my active repos starting with
this blog right here.
Large Refactor At The Command Line [1]
this post follows my method of refactoring code bases from the command line,
read more about that in this article.
c-s-f # [2]
First off browsing through the content of my blog I found many references to master. I cannot completely whole-sale find and replace each one of them, because some of them are links that I do not own. Any set of instructions got upgraded from master to main
- git checkout master
+ git checkout main
There were countless cases of examples like this to comb through, but it feels good to have them purged of old language.
rename routes # [3]
Following yesterdays post, I am going to rename my markdown files
/static/_redirects
shorteners # [4]
- /gdfm /blog/today-i-lear...