Add Specific Lines With Git Patch
You know that git add adds files to index. But did do you know that it can add specific lines of files? Or even add files, ignoring their contents? Let’s check this out!
First let’s get familiar with git add --patch command or it’s shorthand git add ...
ivanov.hashnode.dev5 min read