{"id":44454157,"url":"https://github.com/sigmonsays/git-watch","last_synced_at":"2026-02-12T17:08:39.930Z","repository":{"id":20867137,"uuid":"24154112","full_name":"sigmonsays/git-watch","owner":"sigmonsays","description":"git watch","archived":false,"fork":false,"pushed_at":"2023-02-10T21:56:49.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-21T11:02:25.761Z","etag":null,"topics":["git","go"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sigmonsays.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-09-17T17:03:24.000Z","updated_at":"2022-11-21T20:40:10.000Z","dependencies_parsed_at":"2024-06-21T09:56:04.058Z","dependency_job_id":"041b5bc0-c09e-43fd-b85c-52ac3a7dfdbb","html_url":"https://github.com/sigmonsays/git-watch","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sigmonsays/git-watch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigmonsays%2Fgit-watch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigmonsays%2Fgit-watch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigmonsays%2Fgit-watch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigmonsays%2Fgit-watch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sigmonsays","download_url":"https://codeload.github.com/sigmonsays/git-watch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigmonsays%2Fgit-watch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29373841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","go"],"created_at":"2026-02-12T17:08:38.519Z","updated_at":"2026-02-12T17:08:39.926Z","avatar_url":"https://github.com/sigmonsays.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"git-watch\n=============================\n\nwatch a git repository for changes and execute update commands\n\nfeatures\n=============================\n\n- be generic as possible\n- minimal dependencies\n- intelligent restart\n  - if install fails, we do not restart\n\ninstall/Upgrade\n=============================\n\nInstall or Upgrade\n\n    export GOPATH=$HOME/go\n    go get -u github.com/sigmonsays/git-watch/cmd/git-watch\n\n\n\npre-compiled binaries    \n=============================\nSee http://gobuild.io/github.com/sigmonsays/git-watch/git-watch\n   \nquickstart\n=============================\n\n\nUsage:\n\n    Usage of git-watch:\n      -check=30: git check interval\n      -config=\"git-watch.yaml\": git watch config\n\nan example which rebuilds a docker container when upstream changes are detected. See\nthe examples directory for more options.\n\n**git-watch.yaml**\n\n    checkinterval: 5\n    localbranch: master\n    execcmd: make start\n    updatecmd: make\n    installcmd: make install\n\n**Makefile**\n\n    all:\n       docker build -t api .\n\n    install:\n       # nothing to do\n\n    start:\n       docker stop api\n       docker rm api\n       docker run -i --rm --name api api\n\n\nThen simply start git-watch in the git checkout directory and it'll begin monitoring it for changes. \n\nIf the update command or install command fails, the process will not restart\n\nconfiguration\n=============================\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigmonsays%2Fgit-watch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsigmonsays%2Fgit-watch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigmonsays%2Fgit-watch/lists"}