gitext-rs / git-stack

Stacked branch management for Git
Apache License 2.0
514 stars 19 forks source link

fix: Handle repurcissions for remote support #214

Closed epage closed 2 years ago

epage commented 2 years ago

211 and #212 built up support for #12 but there were some corner cases that weren't handled

To address these, small tweaks were made that also streamline the code, making things more principled based which should hopefully make it clearer.

The downside is that we've gone back to main always being protected rather than allowing it to be unprotected and rebasing it.