Search posts, tags, users, and pages
Kshitija Bartakke-Malwade
#DevOps #Engineer #DevOpsEngineer
Git provides multiple mechanisms for undoing or altering past commits. Two such commands are git revert and git reset. 1. Git Revert: Undo The git revert command creates a new commit that undoes the changes made in a previous commit. This is a safe w...
No responses yet.