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.
New contributor
M.Hashir Anees is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.