fork-dev / Tracker

Bug and issue tracker for Fork for Mac
509 stars 12 forks source link

[Feature Request] Fetch should know there's only one remote #1949

Open feinstein opened 1 year ago

feinstein commented 1 year ago

When I click "Fech" I see a dialog asking me which remote I want to fetch from, and a check box for "fetching for all remotes". This wastes time when there's only one remote in the repository, which is the case for many projects.

The Fech button should just fetch if the repository has only one remote. This should be applied to the Windows client as well.

Merglasch commented 1 year ago

Just quick note in case you didn't know. If you ctrl+click on the fetch/pull/push they will execute with their current settings without opening the dialog first. If it is just about the time-wasting, that is how you could circumvent that.

feinstein commented 1 year ago

Cool, thanks, I will try that, but still think this should be added, as most people don't know this, and in general is an unnecessary step.