[Kindly do not cull the list from CC unless absolutely necessary]
On Sat, Apr 3, 2010 at 11:45 PM, Aris Bezas [off-list ref] 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