Thread (1 message) 1 message, 1 author, 2016-06-15

Re: Problem with add folder to a subdirectory

From: Ramkumar Ramachandra <hidden>
Date: 2016-06-15 22:48:33

[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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help