↧
Answer by user40980 for which directory to initialize git repo
Putting your source control files in the deployed directory runs the risk of exposing those files and their complete history. This is potentially a bad thing (do you have passwords in these files? Are...
View Articlewhich directory to initialize git repo
I'm just getting started with Git. I'll be doing PHP development and was wondering if I should initialize my repo within my server root folder, or any directory on my hard drive and publish my changes...
View Article