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
If the file is excluded by .gitignore and you want to add it anyway, you can force it with:
.gitignore
git add -f path/to/file.ext