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