-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
rs.git.branch("VWX", delete=True, force=True) doesn't work as expected, doesn't delete the local branch correctly
Branches before: ['TEST', 'VWX', 'main']
{'set_upstream': False, 'force': False, 'all': False, 'tags': False}
Branches after: ['TEST', 'VWX', 'main']
Hypothesis: When both delete=True and force=True, it should use -D instead of just --delete
Need to investigate root cause further.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working