I\'m having issues where I can\'t add files to my repository.
I\'m using GIT on windows, in Aptana Studio for some Ruby development.
I\'ve managed to push a
How about the standard procedure:
git add folder git commit
This will add the folder and all it's files with a single command. Please note, git is not able to store empty folders.
If commit didn't worked, the first place you should check is probably .gitignore.
.gitignore