Hi!
I have a stupid problem... however I read the great git tutorial here, I'm unable to create directories.
My folder structure is:
Code - Python - C++ - F# - ...
From within a initialised local repository "Code" I changed into the subfolders "Python", "C++", ... did git init
and now I want the same structure on my versioning server.
% git commit -m "added directories"
# On branch master
nothing to commit (working directory clean)
I guess I got something completely wrong, did I?
Thanks, wishi