What\'s the difference between ignore a folder and untrack in git? I need to remove some folders from my git repository and I am working in Netbeans with the git plugins and put
You will want to use untrack instead of gitignore as gitignore won't affect files that are currently being tracked. http://git-scm.com/docs/gitignore