I am developing a website which so far has been pretty simple, and my methodology is probably not considered professional but I have not had any problems doing it this way:
- write script on home PC
- FTP to the server location
- load website in browser and check if page works as I hoped.
- repeat
Now, somebody else is going to help me, so I want to add some version control, as the "easy" part of the website is done and we will be doing more interesting stuff. For better or worse I've chosen Git as the DVCS. I have git already on the server, bt am not sure where to init a git repository on the server.
What I mean is, should I initialize the git repository at the base directory of my website? If so, assuming various open exist, will this be a problem?
I've used git with other projects, but not for websites, except doing some tutorials with RedHat Openshift.