git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ramkumar Ramachandra <artagnon@gmail.com>
To: Aris Bezas <aribezas@gmail.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: Problem with add folder to a subdirectory
Date: Sat, 3 Apr 2010 23:55:56 +0530	[thread overview]
Message-ID: <n2nf3271551004031125g38c52d0cq810ed366f3d1d2d3@mail.gmail.com> (raw)
In-Reply-To: <990EEB31-9AAB-4CF5-AC05-11BCA45C6447@gmail.com>

[Kindly do not cull the list from CC unless absolutely necessary]

On Sat, Apr 3, 2010 at 11:45 PM, Aris Bezas <aribezas@gmail.com> wrote:
> I put a content in the folder (test.txt file) but i there is no result.
> The strange thing is that when i add this in the root directory (where the
> git is) it recognize it but in a subdirection no.

Unless I've misunderstood something, I'm not able to replicate your
issue. Kindly go through some introductory material on Git.

$ git init
Initialized empty Git repository in /tmp/foo/.git/
$ mkdir -p 1/2
$ touch 1/2/test.txt
$ git add 1/2
$ git status
# On branch master
#
# Initial commit
#
# Changes to be committed:
#   (use "git rm --cached <file>..." to unstage)
#
#       new file:   1/2/test.txt
#

-- Ram

  parent reply	other threads:[~2010-04-03 18:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-03  8:26 Problem with add folder to a subdirectory Aris Bezas
2010-04-03  9:13 ` Ramkumar Ramachandra
     [not found]   ` <990EEB31-9AAB-4CF5-AC05-11BCA45C6447@gmail.com>
2010-04-03 18:25     ` Ramkumar Ramachandra [this message]
2010-04-04  3:26 ` Bo Yang

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=n2nf3271551004031125g38c52d0cq810ed366f3d1d2d3@mail.gmail.com \
    --to=artagnon@gmail.com \
    --cc=aribezas@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).