From: David Greaves <david@dgreaves.com>
To: Alexey Nezhdanov <snake@penza-gsm.ru>
Cc: git@vger.kernel.org
Subject: Re: How to add new tree?
Date: Thu, 12 May 2005 13:03:15 +0100 [thread overview]
Message-ID: <42834603.1080604@dgreaves.com> (raw)
In-Reply-To: <200505121544.23902.snake@penza-gsm.ru>
Alexey Nezhdanov wrote:
>Hello.
>Probably a lame question but I can figure out how to add new directory to repo
>neither with cogito nor with git.
>
>a simple example:
>=========
>$mkdir newdir
>$cg-add newdir
>cg-add: newdir does not exist
>$
>==========
>How can this be resolved?
>
>
>
git (and so cogito) manage content.
Directories have no content
Add a file within it
cg-add newdir/file
and it will create a tree as needed.
David
--
prev parent reply other threads:[~2005-05-12 11:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-12 11:44 How to add new tree? Alexey Nezhdanov
2005-05-12 12:03 ` David Greaves [this message]
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=42834603.1080604@dgreaves.com \
--to=david@dgreaves.com \
--cc=git@vger.kernel.org \
--cc=snake@penza-gsm.ru \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.