gitext-rs / git-stack

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

Automatically infer a remote branch as a base for a stack without a local copy of it #213

Open epage opened 2 years ago

epage commented 2 years ago

Please complete the following tasks

Version

v0.8.0

Use Case

Some users would rather not have a local main branch. See https://github.com/gitext-rs/git-stack/discussions/93.

We need to keep in mind the following cases

For a sense of scale, gecko-dev has 600+ remote branches

Requirements

Possible Solutions