cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to delete git branches?

javiers
7 - Data Storage
7 - Data Storage

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?

2 ACCEPTED SOLUTIONS

Liliia_DevX
Sisense Team Member
Sisense Team Member

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

Best Regards,
Lily

View solution in original post

Tim
10 - ETL
10 - ETL

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

View solution in original post

3 REPLIES 3

Liliia_DevX
Sisense Team Member
Sisense Team Member

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

Best Regards,
Lily

Tim
10 - ETL
10 - ETL

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

javiers
7 - Data Storage
7 - Data Storage

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