How to Exclude Specific Files When Using Git Add
Every day we use the "git add" command a lot to add our changes to the index for new commits, but have you ever wondered how we can add all the changed files with some files excluded during the execution of this command (not with .gitignore)? If the ...
kodewithchirag.com2 min read