|
I amt sure how much you know about using version control, but I recently switched from SVN to Git and find that to be great!
Though it depends in you live site's server has Git installed (or will let you). I have a Git setup on the live server also, running off a branch called something like
I would recommend putting some time in getting acquainted with Git (if you haven already), I find it much easier and less hassle than SVN when it comes to changing/adding loads of files (and unlike SVN it doesn put stupid I am on a Mac, so sorry ifne of these applies, but I use Coda as a code editor and installed Git through Ports (using Porticus). If I were to set everything up anew, I would do:
Setting it all up on the server can be a bit tricky, I have a MediaTemple and a Dreamhost account which both have GIT out of the box. The link in step 5 tells you how to add a remote repo, so you don have to do that until you want to bring your live site into the equation. I would recommend getting everything working locally first (unlike SVN, GIT doesn require a remote repository, so you can do everything on your machine for the time being). |
| More Solution |
|---|
Reffered: https://wordpress.org/