Re: Problem with add folder to a subdirectory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

On Sat, Apr 3, 2010 at 11:45 PM, Aris Bezas <aribezas@xxxxxxxxx> 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
--
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]