hpi-swa / Squot

Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Other
58 stars 29 forks source link

Removing a remote-tracking branch should ask whether to also delete it from the remote #386

Open j4yk opened 2 years ago

j4yk commented 2 years ago

When I remove a remote-tracking branch, I almost always want to to remove the branch from the remote. To remove the tracking branch actually does not do that, but for convenience it should be offered to invoke the required push that deletes the branch from the remote.

TortoiseGit does it like this. image