You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
It would be nice if when branches deleted on github.com, they are also deleted in Unity. The current implementation isn't wrong, and I can still manually delete branches in Unity- it just behaves differently than I would expect.
Steps to Reproduce
Create a new branch in Unity
Make a change on that branch, commit, and push
Create a pull request on dotcom
Review, merge pull request, and delete branch
Go back to Unity
Fetch the latest changes
Expected behavior:
The branch deleted on github.com should also be deleted in Unity
Actual behavior:
The branch deleted on github.com remains in the local and remote branches in Unity