{"id":22572767,"url":"https://github.com/dmfed/git-lazy-pull","last_synced_at":"2025-06-12T02:07:35.228Z","repository":{"id":144365645,"uuid":"288851995","full_name":"dmfed/git-lazy-pull","owner":"dmfed","description":"Script for pulling updates from git repositories","archived":false,"fork":false,"pushed_at":"2020-11-30T01:07:58.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T14:44:58.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmfed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-08-19T22:37:55.000Z","updated_at":"2020-11-30T01:08:00.000Z","dependencies_parsed_at":"2023-04-28T21:36:06.603Z","dependency_job_id":null,"html_url":"https://github.com/dmfed/git-lazy-pull","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmfed%2Fgit-lazy-pull","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmfed%2Fgit-lazy-pull/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmfed%2Fgit-lazy-pull/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmfed%2Fgit-lazy-pull/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmfed","download_url":"https://codeload.github.com/dmfed/git-lazy-pull/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmfed%2Fgit-lazy-pull/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":257609219,"owners_count":22572413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-12-08T02:11:48.363Z","updated_at":"2025-06-12T02:07:35.203Z","avatar_url":"https://github.com/dmfed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git lazy pull\nScript for pulling updates from git repositories.\n\nGiven a target directory the program walks its subdirectories recursively up to specified depth and searches for **.git** subdirs in each of directories it visits. \nThe script then does **git pull** in each of found directories (NOTE: including the specified target directory) and reports the result for each (_ok_ if **git pull** ran smoothly or _failed_ if exit code after running **git** was different from 0).\n\nYou'll need to **chmod +x git-lazy-pull.py** to run directly from terminal.\n\nSee **git-lazy-pull.py --help** for command-line options.\n\nExamples:\n\n**git-lazy-pull.py ~/mystuff** checks if there is a git repo in **~/mystuff** and does **git pull** in that directory.\n\n**git-lazy-pull.py ~/projects -d 1 -v** will search for git repository in **~/projects** and all of its subdirectories and then try to pull updates in each providing verbose output.\n\nIf you want the script to write result to a file use **git-lazy-pull.py -l**. By default the log is written to **$HOME/.git_lazy_pull**\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmfed%2Fgit-lazy-pull","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmfed%2Fgit-lazy-pull","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmfed%2Fgit-lazy-pull/lists"}