Monday 19 April 2021

Revert last commit or second last and more....

 Git revert commit_id -m 1 this command willl revert last commit 

Git revert commit_id -m 2 this command will revert second commit with same state.


1 comment:

Revert last commit or second last and more....

 Git revert commit_id -m 1 this command willl revert last commit  Git revert commit_id -m 2 this command will revert second commit with same...