reset head keep changes code example
Example 1: git reset keep changes
git reset HEAD^ --soft
Example 2: undo reset commit git
git reflog //to get commitID
git reset #commitID
git reset HEAD^ --soft
git reflog //to get commitID
git reset #commitID