Forum Discussion

javiers's avatar
javiers
Data Storage
01-10-2024
Solved

How to delete git branches?

Hello! We integrated git to track the development of our dashboards. We have a "main" branch for production release and we create a new temporary branch for each new feature to implement.

Is there a way to remove branches we don't need anymore from the Sisense GUI?

  • Hi!

    I'm afraid Sisense doesn't have functionality to remove branches from GUI but it's planned. You can also follow our release notes to get more information about other fixes/improvements for Sisense versions. 

    Best Regards, Lily

  • Can you delete branches by running manual GIT CLI commands on an SSH session?

3 Replies

  • Liliia_DevX's avatar
    Liliia_DevX
    Sisense Employee

    Hi!

    I'm afraid Sisense doesn't have functionality to remove branches from GUI but it's planned. You can also follow our release notes to get more information about other fixes/improvements for Sisense versions. 

    Best Regards, Lily

  • Tim's avatar
    Tim
    Data Pipeline

    Can you delete branches by running manual GIT CLI commands on an SSH session?

    • javiers's avatar
      javiers
      Data Storage

      Yes, that's the only option I see. Thanks Tim