git-watch icon indicating copy to clipboard operation
git-watch copied to clipboard

Trigger commands when your Git repository is updated

Results 8 git-watch issues
Sort by recently updated
recently updated
newest added

In order to achieve Architecture (1) as per here: https://github.com/ScalaWilliam/git-watch/issues/45#issuecomment-376012404. GitSub: https://github.com/ScalaWilliam/GitSub This issue will also publish events to the hub. Events come from `EventServer#channel`, are pushed by `EventServer#push`. GitSub...

In order to achieve Architecture (1) as per here: https://github.com/ScalaWilliam/git-watch/issues/45#issuecomment-376012404 To be done after #47.

... that uses WebSub. The purpose of this is to create a unified Git webhook interface that'll work using the WebSub protocol. This enables setup-free git repository watching, the way...

Might be quite useful as well alongside Firebase.

So we can show the historical activity of the site for fun.

web
feature