Structure of a Git repository

Posted by Luke Puplett on Programmers See other posts from Programmers or by Luke Puplett
Published on 2012-12-03T10:41:18Z Indexed on 2012/12/03 11:54 UTC
Read the original article Hit count: 207

Filed under:
|

Sorry if this is a duplicate, I looked.

We're moving to Git. In Subversion, I'm used to having \trunk, \branches and \tags folders.

With Git, switching between branches will replace the contents of the working directory, so am I right to assume that the way we used to work just doesn't apply with Git?

My guess is that I'd have a repo folder with maybe a gitignore and readme.txt, then the folders for the projects that make up the repo, and that's it.

© Programmers or respective owner

Related posts about version-control

Related posts about git