Git in Action #6
We can reset staged files from stage index to exclude them from the next commit. Meaning even though the reset file will no longer be in staged index but changes the file will not be lost. Git will consider that file as a tracked file which has some...
simplekit.hashnode.dev1 min read