I have a live website hosted in a linux shared godaddy account. I want to start using Version Control. I also have a easyPHP localhost in my windows, where I do my development and testing. I am looking at options of git and subversion
I want some general guidelines. Should I create a local repository? How to make this my actual local code, so to see what happens? How to synchronize with the webserver? Or just keep version control locally and ftp my code to the server? Need to create another repository there? Any help appreciated!