Revert #183
-
what does revert mean in PR? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @Hemav009 Here is the link to understand : https://youtu.be/cZ0LSVnegH8 Hope it is helpful!! |
Beta Was this translation helpful? Give feedback.
-
When we talk about reverting a pull request (PR) in the context of GitHub, we're essentially discussing a strategic maneuver to address unforeseen issues or undesirable changes introduced by a previously merged PR. |
Beta Was this translation helpful? Give feedback.
Hi @Hemav009
Revert mean creates a new pull request that contains one revert of the merge commit from the original merged pull request.
i.e when you merged your PR into the main repo .Then again you Revert that PR .Then the changes you made for the that PR will be removed.
Here is the link to understand : https://youtu.be/cZ0LSVnegH8
Hope it is helpful!!