Skip to main content
edited body
Source Link
Schleis
  • 44.2k
  • 8
  • 73
  • 90

You use the revert command command. This creates a commit that it is the inverse of the SHA provided.

git revert <SHA E>

You use the revert command. This creates a commit that it is the inverse of the SHA provided.

git revert <SHA E>

You use the revert command. This creates a commit that it is the inverse of the SHA provided.

git revert <SHA E>

Source Link
Schleis
  • 44.2k
  • 8
  • 73
  • 90

You use the revert command. This creates a commit that it is the inverse of the SHA provided.

git revert <SHA E>