Ok so i have been wondering is there any way to make a command according to my desires for example
This is for large scale projects "I want to commit/add all the files except this(files 1) this(file2) and this(file3)
I know that you can add/commit by
git add file1 file2 file3
or
git commit file1 ...
but i want it another way around
Thanks.