Thursday, May 2, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 6589  / 1 Year ago, sat, may 6, 2023, 1:27:50

Is there an indicator for watching a git repository and get notification on commit, push, ... ?



Searching "indicator ubuntu git watch repository" send me a lot of indicator hosted on github... can't find anything usefull for this...


More From » software-recommendation

 Answers
3

I wrote a little python program that does what you're looking for. It's a bit rough around the edges, so I'd appreciate any feedback you might have.



ubuntu git indicator



To use it, run git-indicator from a directory that contains one or more git repositories (like you'd use git-dude).



Example:



~$ git clone https://github.com/itsadok/git-indicator.git ~/.git-indicator
~$ cd ~/repos
~/repos$ ls
repo1 repo2 repo3
~/repos$ ~/.git-indicator/git-indicator.py &

[#30271] Saturday, May 6, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
throecember

Total Points: 274
Total Questions: 118
Total Answers: 132

Location: India
Member since Thu, Jun 11, 2020
4 Years ago
;