{"id":50665620,"url":"https://github.com/joemendonca/git-auto-pull","last_synced_at":"2026-06-08T06:04:34.488Z","repository":{"id":311980461,"uuid":"1045859317","full_name":"joemendonca/git-auto-pull","owner":"joemendonca","description":"This tool installs a daily cron job that automatically pulls the latest changes from a Git repository.","archived":false,"fork":false,"pushed_at":"2025-08-27T20:46:03.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T05:15:51.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://electricmonument.com","language":"Shell","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/joemendonca.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,"zenodo":null}},"created_at":"2025-08-27T20:21:32.000Z","updated_at":"2025-08-27T20:46:06.000Z","dependencies_parsed_at":"2025-08-28T05:17:29.807Z","dependency_job_id":"c4808596-1d9c-4108-9897-a10d5f42705d","html_url":"https://github.com/joemendonca/git-auto-pull","commit_stats":null,"previous_names":["joemendonca/git-auto-pull"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/joemendonca/git-auto-pull","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joemendonca%2Fgit-auto-pull","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joemendonca%2Fgit-auto-pull/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joemendonca%2Fgit-auto-pull/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joemendonca%2Fgit-auto-pull/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joemendonca","download_url":"https://codeload.github.com/joemendonca/git-auto-pull/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joemendonca%2Fgit-auto-pull/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34050238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-08T06:04:16.800Z","updated_at":"2026-06-08T06:04:34.483Z","avatar_url":"https://github.com/joemendonca.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto Git-Pull Installer\n\nThis tool installs a daily cron job that automatically pulls the latest changes\nfrom a Git repository.  \n\nI needed a hands-off method of maintaining local versions of a repository on multiple machines. Here it is. This will make a daily pull of your repository. Drop this into the repository's root folder, run the installer, and you should be in business.\n\n## Installation\n\n### 1. Download or Clone\nClone this repo or copy the installer script (`install.sh`) into the root of any Git repository you want to keep updated.\n\n\u003cpre\u003e\n```bash\ngit clone https://github.com/your-username/auto-git-pull.git\ncd auto-git-pull\n```\n\u003c/pre\u003e\n\n### 2. Make Executable\nEnsure the installer script has execute permissions:\n\n\u003cpre\u003e\n```bash\nchmod +x install.sh\n```\n\u003c/pre\u003e\n\n### 3. Run Installer\nRun the installer to configure the auto-pull:\n\n\u003cpre\u003e\n```bash\n./install.sh\n```\n\u003c/pre\u003e\n\nDuring setup you will be prompted for:\n- Repository path → e.g. /Users/joe/Projects/electric-monument-server\n- Time of day → in 24-hour format, e.g. 07:30 for 7:30 AM\n\nThe installer will:\n- Create a helper script git-auto-pull.sh in your repo\n- Add a cron job that runs this script daily at the time you specified\n- Log all output to git-auto-pull.log\n\n### Uninstallation\nTo remove the cron job and disable auto-pull for this repo, run:\n\n./install.sh --remove\n\nThis only removes the cron entry. Your repository and log file remain intact.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoemendonca%2Fgit-auto-pull","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoemendonca%2Fgit-auto-pull","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoemendonca%2Fgit-auto-pull/lists"}