D
D
Dmitry Yakovlev2016-08-24 09:31:10
git
Dmitry Yakovlev, 2016-08-24 09:31:10

How to get notified about changes to a git repository?

Tell me a program for Windows that could notify about:
1) The folder on the local computer is not committed
2) changes have been made in the git repository on the server and I can do pull

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey delphinpro, 2016-08-24
@almassar

SourceTree
This is a GUI for Git for Windows. Doesn't show notifications. But in the interface you can see uncommitted files, it also knows how to track remote repositories for new commits and shows their presence with an icon on the pull button.

T
TyzhSysAdmin, 2016-08-24
@POS_troi

1. Write a script, git status monitoring is not a problem as such
2. On which server? What by? Is it github or gitlab? Web hooks to help, git hooks to help, and nobody canceled the script.
The task is not complete.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question