Answer Posted / Tuba Shakeel
'git reset' allows you to undo changes in your working directory, staging area, or commit history. It can be used to move the pointer to a different commit, discard changes since that commit, or even remove commits from the repository (with `--hard` option).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers