On 3/23/2012 8:35 AM, Anjib Mulepati wrote:
I am comparing Git with other SVN.
In SVN each folders have .svn folder. If we don't wanna track
particular folder then there is no .svn folder in that directory. In
Git does we have same structure?
So the example I am giving here represent two versions and one
non-version folder.
There is only one .git dir per git repo. By default it is created under
the top-level dir (worktree) of the repo. If you don't want to track a
subdir then you ignore it using the gitignore technology of git. You
would want to setup the gitignore before doing the init.
v/r,
neal
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html