Open
Description
In case I already have a repository cloned on my workstation for active work with it, it could be beneficial to use it for fetches instead of cloning a new one. Especially if the repo is voluminous. That would bring following advantages:
- no wasted space concerns
- working repo always up to date
potential issues:
- some updates might be lost on manual / other tool fetch. Minor, as one would just see the fetched changes via a different interface.
- simultaneous access to local git repository. Would be surprised if this caused a problem though.
Metadata
Metadata
Assignees
Labels
No labels