Using Git on Bluehost
I recently decided to put some of my old projects into Git repos in order to more easily update changes on the various environments that the projects live on. The most common scenario would be to make changes locally on my MAMP server, push the changes to a private repo hosted by Bitbucket, and pull… More