gitext-rs / git-stack

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

Speed up `git stack --pull` when not using the fork-model #124

Closed epage closed 2 years ago

epage commented 2 years ago

Description

git stack --pull will

When using a fork model, the push-remote will be small. For organizations not using the fork model, it can be quite large with branches from every developer. Fetching all of them is a waste of time.

Version

No response

Steps to reproduce

No response

Actual Behaviour

No response

Expected Behaviour

No response

Debug Output

No response