git commit -m “My WordPress blog under version control”

I will discuss ways that you can safely keep your blog under version control with git. I will discuss the safety concerns about storing your secret keys and database passwords in your wp-config file if you are using git and how to correctly do it.