Presented by Krishna Prasad

About Us

What is our aim

Git reset ( git reset ) Command

'reset' refers to the act of setting again / adjusting / fixing.

git reset is used to set again or undo the previous changes.

It has three forms for calling in the argument:

-soft, -mixed, -hard

which depends on the Git's internal state management mechanism.