gitext-rs / git-stack

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

fix(cli): Do not auto-protect HEAD #160

Closed epage closed 2 years ago

epage commented 2 years ago

Before, we auto-protect all old branches or those from another user. As pointed out in #107, sometimes you want to ressurect or take over those branches but git-stack doesn't support this. You either have to disable these features or use raw git commands.

Now, we will never auto-protect HEAD, allowing editing of it.