Beginner Tutorial: How to Use Git for WordPress Development

Learn how to use version control with Git for WordPress development in this beginner tutorial. From setup over tracking changes to your first commit. Good basic tutorial. Especially if want to use SourceTree on Windows. Just the opening paragraph a little bit misleading. Uploading via FTP can’t be replaced with mere version control. The workflow should […]

An Introduction to Learning and Using DNS Records

The Domain Name System (DNS) essentially provides a phone directory for the Internet. You might want to type in apple.com to your web browser to buy iPhone accessories, but how will your request reach Apple’s web server at IP address 17.172.224.47? That’s what the domain name record system does for us. Have read many DNS articles, […]

Is It Time to Diversify Beyond WordPress?

WordPress is dominant but for how long? Here we interview three leading WordPress entrepreneurs and consider the question of diversification in general. Diversification is needed. But still need to focus on the primary. Source: Is It Time to Diversify Beyond WordPress?

Managing Huge Repositories with Git

Shaumik examines ways to manage huge repositories with Git, including shallow cloning, cloning a single branch, using submodules and third-party extensions. Once shocked someone pushed the PSD files to git. Turns out large files is indeed problem for git. And it’s nice to have solutions like these. Source: Managing Huge Repositories with Git