Part 7 | Git Tutorial | Git Commands | git reset Command

git reset Command -------------------------- 1) To remove changes from staging area 2) To undo commits at repository level Options used with git reset command --mixed --soft --hard #gitcommands#gitreset
Back to Top