Articles
Some light reading...
Change committer email using git filter-repo
It is possible to fix incorrect email addresses in old git commits, but it involves rewriting the commit history, will change commit hashes, and can …
Rollback your Git repository to an earlier commit
If you need to roll your codebase back to a previous state, Git makes it easy to do this right from Git Bash.
Bulk replace text in all of your WordPress posts using SQL
Do you have some text or HTML across your site that you’d like to change? For example, maybe you want to change every instance that …
How to install WordPress with (almost) just the command line
This guide intends to walk you through every step of a WordPress install, and to avoid the use of a GUI whenever possible. It was …
Set up HTTPS (TLS) for a NearlyFreeSpeech.NET website
Any responsible site that accepts passwords, form responses, or other user data must use HTTPS. If you’re hosting your site with NearlyFreeSpeech.NET, it is very …
Manually trigger a git post-receive hook for testing
Using a post-receive hook is a good way to perform a scripted action each time new changes are pushed to a git repo. (If you …
Use git with just a shared network drive. No git server required!
Want to use git for a small team of developers, but can’t (or don’t want to) use a git server? No problem! All you need …
How to install WordPress as fast as possible
This guide intends to walk you through every step of a WordPress install. It was designed with NearlyFreeSpeech.NET hosting in mind, but may be helpful …
How to Use Typekit Fonts with WordPress and Prevent FOUT
If you’re a designer who enjoys using Typekit web fonts, you may also want to use them with your WordPress sites. Fortunately it is fairly …