0 votes
in Git by

How will you revert a commit that has by now been pushed and has been made public?

1 Answer

0 votes
by

One or more commits in Git can be easily reverted by using the feature called Git revert. This command in Git, in fundamental nature, generates a new object commit with some kind of patches that eventually cancel out the modifications which have been introduced in precise commits.

Related questions

0 votes
asked Aug 24, 2023 in Git by JackTerrance
0 votes
asked Feb 17, 2020 in Git by SakshiSharma
...