{"id":19064903,"url":"https://github.com/thekeenant/sync-with-git","last_synced_at":"2026-05-07T14:33:37.141Z","repository":{"id":77222631,"uuid":"95158656","full_name":"thekeenant/sync-with-git","owner":"thekeenant","description":"Python script to fetch Git repositories.","archived":false,"fork":false,"pushed_at":"2017-06-22T22:01:06.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T14:12:02.775Z","etag":null,"topics":["command-line-tool","git","python"],"latest_commit_sha":null,"homepage":"","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/thekeenant.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":"2017-06-22T21:38:15.000Z","updated_at":"2020-05-10T09:26:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ccb91a8-ede4-46af-a1bb-9ba6c6998659","html_url":"https://github.com/thekeenant/sync-with-git","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/thekeenant%2Fsync-with-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekeenant%2Fsync-with-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekeenant%2Fsync-with-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekeenant%2Fsync-with-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thekeenant","download_url":"https://codeload.github.com/thekeenant/sync-with-git/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240118329,"owners_count":19750471,"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":["command-line-tool","git","python"],"created_at":"2024-11-09T00:47:52.743Z","updated_at":"2026-05-07T14:33:37.060Z","avatar_url":"https://github.com/thekeenant.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sync-with-git\n\nWith this small Python tool, you can copy the contents of a set of Git repositories into local directories.\n\n## Usage\n\nFirst modify the `sync.yml` file, then run the script, `./sync.py` with an optional parameter to specify a different YAML configuration file.\n\n## Configuration\n\nThe template is self-explanatory!\n\n```yaml\n# the git command (may have to specify \"/usr/bin/git\" for example)\ngit: git\n\n# the temp directory that sync will use for cloning\ntmp: tmp-sync\n\n# set to true to stop subsequent cloning upon failing to clone any repository \nabort-on-failure: false\n\n# the list of repositories to clone, in the order provided\nrepositories:\n\n# this will clone the specified repo with the branch dev into the working directory\n- url: git@github.com:thekeenant/repo1.git\n  branch: master\n  target: ./\n\n# this will clone the specified repo with the branch dev into ./repo2-copy\n- url: git@github.com:thekeenant/repo2.git\n  branch: dev\n  target: ./repo2-copy\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekeenant%2Fsync-with-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthekeenant%2Fsync-with-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekeenant%2Fsync-with-git/lists"}