Path Option And Soft Mode For Git Reset
git reset <pathspec> is the opposite of git add <pathspec>. git reset [<commit>] resets the index but not the working tree (i.e., the changed files are preserved but not marked for commit) and reports what has not been updated. The Read more…