Forum Discussion

Jeanxyz's avatar
Jeanxyz
Power Participant
1 year ago

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

 

2 Replies

  • v-achippa's avatar
    v-achippa
    Community Support

    Hi Jeanxyz,

     

    Thank you for reaching out to Microsoft Fabric Community.

     

    It appears that the issue is related to Azure Git. As this is Fabric Community Forum, I recommend you to please reach out to Azure community for quick assistance.

    Azure Community Support | Microsoft Azure

     

    If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it! 

     

    Thanks and regards,

    Anjan Kumar Chippa

  • Deku's avatar
    Deku
    Super User

    Clone to local directory 

     

    Use git revert to create a commit that undoes the previous commit.

     

    Push to remote repo (origin)

     

    Sync changes