On Thursday, November 22, 2012 10:00:27 AM UTC+1, Ivan Ionut wrote: > When git is installed a /opt/git folder is created? > > I'm asking because i was reading > > http://git-scm.com/book/en/Git-on-the-Server-Getting-Git-on-a-Server > > and i don't have /opt/git folder, should i make this folder? >
No, this directory is not installed during Git installation. It's just the place where you'll put Git repositories, so you can pick it yourself. It can be wise to follow any conventions from your operating system, or how your ops/team usually does it. As an example, we keep our git repositories in /var/git, cause that's adjacent to where we used to have the SVN repository installed (/var/svnroot). --
