[Git] Cancel the Items to Be Submitted by “git add”
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.