〽️
knowledge
  • Introduction
  • SAP
    • ABAP
      • Delete table row within loop
      • SAP GUI progress indicator
      • Read classification from buffer
      • OpenSQL existence check
      • Update where-used list
      • Edit table records
      • Performance measurement
      • Change released task to unreleased/modifiable
      • User exits in sales
    • Transaction Code
      • Logical file names
      • Process overview
      • Multi level BOM comparison
      • Contract
      • Authorization data for user
      • Runtime analysis
      • Maintain Business Partner
      • Activate and Maintain Services
      • Undo changes with Engineering Change Management (ECM)
      • Display SAP directories
      • FPM workbench
      • Launchpad customizing
      • SAP Gateway Service Builder
  • Development
    • JavaScript (JS)
    • Web
    • Git
      • Revert commit
    • CSS
    • Database
    • Python
  • 3DEXPERIENCE
  • Windows
  • Science
  • General
    • Knowledge management
    • Media Management
    • Data Visualization
  • Linux
    • Extract files
Powered by GitBook
On this page
  1. Development
  2. Git

Revert commit

PreviousGitNextCSS

Last updated 4 years ago

Revert specific commit from history

git revert <commit>

Example:

git revert 86528afaca9e58cf35dc2fa00da707989602aff3
Stack Overflow
Manual Page