Forum Discussion
Jeanxyz
1 year agoPower Participant
how to undo a commit in Azure Git
I have backed up a power bi workspace in Azure Git. How can I revert to the previous version report? I can see the commit history, but not able to revert to a previous version in Azure Git
Deku
1 year agoSuper User
Clone to local directory
Use git revert to create a commit that undoes the previous commit.
Push to remote repo (origin)
Sync changes