[Git] Cancel the Items to Be Submitted by “git add”
Last Updated on 2021-10-31 by Clay
If you used git add to trace the items you want to submit, but suddenly you found you add the wrong items… in the first time, you can use git status to check the add item list, and use git reset to cancel the item.

