I am using git on a web hosting account on public_html.
How can I specify the directory name it creates when I use "git-init" (which would create .git folder)
I am using htaccess, switching off indexing and changing the folder permission to 770 to stop the git folder being viewed in a browser or cloned along with using gitignore to not include config file within my git project (perhaps I need to change permissions on this file too?)