From: Neal Kreitzinger <nkreitzinger@gmail.com>
To: Anjib Mulepati <anjibcs@hotmail.com>
Cc: git <git@vger.kernel.org>
Subject: Re: Push from specific directory.
Date: Fri, 23 Mar 2012 10:30:19 -0500 [thread overview]
Message-ID: <4F6C970B.2010803@gmail.com> (raw)
In-Reply-To: <BLU0-SMTP315865C5026D08E76594E5DB1460@phx.gbl>
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
next prev parent reply other threads:[~2012-03-23 15:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-22 22:04 Push from specific directory Anjib Mulepati
2012-03-22 22:57 ` Jeff King
2012-03-22 23:22 ` Neal Kreitzinger
2012-03-22 23:27 ` Jeff King
2012-03-22 23:56 ` Neal Kreitzinger
2012-03-22 23:53 ` Junio C Hamano
2012-03-23 0:09 ` Neal Kreitzinger
2012-03-23 1:29 ` Neal Kreitzinger
[not found] ` <BLU0-SMTP315865C5026D08E76594E5DB1460@phx.gbl>
2012-03-23 15:30 ` Neal Kreitzinger [this message]
2012-03-26 14:27 ` Holger Hellmuth
2012-03-26 14:41 ` Neal Kreitzinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F6C970B.2010803@gmail.com \
--to=nkreitzinger@gmail.com \
--cc=anjibcs@hotmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.