gitext-rs / git-stack

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

perf(git): Limit `fetch <push-remote>` to local branches #126

Closed epage closed 2 years ago

epage commented 2 years ago

For non-fork model, we don't want to fetch more than is needed. For both models, we need to batch the operation.

Fixes #124