git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.48k stars 1.25k forks source link

Feature Request: Fetch all branches and all tags #1011

Open richardtop opened 2 months ago

richardtop commented 2 months ago
image

Right now the workflow has to be as follows:

  1. Fetch all branches
  2. wait
  3. Fetch all tags
  4. wait
  5. do something else.

I'd like the operation 1-3 to be combined into a single one. i.e. fetch both the branches and the tags.

This is a very common case when pulling from a remote repository and checking which branches/tags have been updated.