vscode-gitlens
vscode-gitlens copied to clipboard
Advanced GitLens: Fetch options
I want several options on Fetch:
- I believe we need the ability to tell GitLens to fetch from all remotes if we want to, in case you have more than one remote on the project.
- Also, it'll be better to be able somehow to tweak the
pruneflag on fetch. Some GitLens prune on fetch in the settings.
Currently in the commit graph, the fetch button only seems to fetch the current branch. I would really want this to fetch all (or a user-defined list of) remotes, tags, and allow (via a setting) to prune too.
I would really like this feature.