I have a project containing a few modules. There were some commits previously.
How do I stage all the files (modified, deleted, created) and folders in the project but the one specific folder and all files in it?
I have a project containing a few modules. There were some commits previously.
How do I stage all the files (modified, deleted, created) and folders in the project but the one specific folder and all files in it?
 
    
    git add .
git reset -- somefolder_to_exclude
