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.45k stars 1.24k forks source link

New Feature: Repository Browser #914

Open Okeanos opened 1 year ago

Okeanos commented 1 year ago

GitUp looks like a very cool project. Thanks a lot for working on it :)

As a suggestion, I would very much like it to support a "repository browser" similar to what Atlassian's Sourcetree has:

Screenshot 2023-02-11 at 16 57 22

The new button allows the following actions:

Screenshot 2023-02-11 at 16 59 46

Scanning a local folder and adding all repositories contained therein to such a list would be very nice to have. Otherwise, manually adding them one by one would also work I suppose.

Selecting any of the repositories offered on this screen opens the detailed view for that repository, i.e. the standard window.


This feature would be distinct from the "Show all Tabs" view mainly because it is a dedicated screen offering a list of all managed repositories and displays their current state (commits ahead/behind, stashes, conflicts, …). It would be especially helpful when dealing with a large number of repositories.