📜 ⬆️ ⬇️

Multiple git directory watcher

Hello.

I bring to your attention my utility that hangs in the tray and displays the status of several git repository directories (link to the source code , binary ):

image
')


Short video description:

image

Sometimes I have to work on several projects and I personally wanted to periodically see the state in which the git-status of each project is without going into each directory separately. I also wanted to be able to launch the TortoiseGit commit dialog directly from the program, when you think that the moment has come for a commit.

Additional components


The program requires the installation of git and tortoisegit .

Status Check


After performing the commit operation, you need to re-read the statuses. For this you need
open the context menu of the tray program and execute the “Reload repositories” commands:

image

You are waiting for the appearance of a dialog box informing you that the repository statuses have been scanned:

image

Open the context menu again to check the changes:

image

Go to url-push project link



image

Launch the commit dialog TortoiseGit


image

Brief graphic description of the program


( open in a separate window fails )
image

PS


Thanks for attention. I hope, in spite of the simple functionality, it will be useful for developers using git and tortoisegit .

Source: https://habr.com/ru/post/308868/


All Articles