Re: Problem with add folder to a subdirectory

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ramkumar Ramachandra
Date: Saturday, April 3, 2010 - 11:25 am

[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:

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Problem with add folder to a subdirectory, Aris Bezas, (Sat Apr 3, 1:26 am)
Re: Problem with add folder to a subdirectory, Ramkumar Ramachandra, (Sat Apr 3, 2:13 am)
Re: Problem with add folder to a subdirectory, Ramkumar Ramachandra, (Sat Apr 3, 11:25 am)
Re: Problem with add folder to a subdirectory, Bo Yang, (Sat Apr 3, 8:26 pm)