Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

The easiest for you, is go back by one commit with your master branch, which would be something like:

git revert HEAD~1

Check also the answer given herehere for a detailed description of different revert commits.

The easiest for you, is go back by one commit with your master branch, which would be something like:

git revert HEAD~1

Check also the answer given here for a detailed description of different revert commits.

The easiest for you, is go back by one commit with your master branch, which would be something like:

git revert HEAD~1

Check also the answer given here for a detailed description of different revert commits.

Source Link

The easiest for you, is go back by one commit with your master branch, which would be something like:

git revert HEAD~1

Check also the answer given here for a detailed description of different revert commits.