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.
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.
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...