{"id":17107347,"url":"https://github.com/metaory/bulk-git-tools","last_synced_at":"2025-07-30T13:07:35.649Z","repository":{"id":259227462,"uuid":"870760480","full_name":"metaory/bulk-git-tools","owner":"metaory","description":"small collection of git bulk scripts","archived":false,"fork":false,"pushed_at":"2024-10-23T14:38:55.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-04T22:17:48.921Z","etag":null,"topics":["git","git-script","git-utils"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/metaory.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":"2024-10-10T16:05:41.000Z","updated_at":"2024-10-23T14:39:07.000Z","dependencies_parsed_at":"2024-10-23T17:39:24.328Z","dependency_job_id":"e5c89b46-e4bf-40b4-b17e-52fabee7f6e8","html_url":"https://github.com/metaory/bulk-git-tools","commit_stats":null,"previous_names":["metaory/bulk-git-tools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fbulk-git-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fbulk-git-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fbulk-git-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fbulk-git-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metaory","download_url":"https://codeload.github.com/metaory/bulk-git-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246245246,"owners_count":20746608,"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":["git","git-script","git-utils"],"created_at":"2024-10-14T16:00:42.792Z","updated_at":"2025-03-29T21:25:02.801Z","avatar_url":"https://github.com/metaory.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\".github/assets/logo.png\" width=\"168px\"/\u003e\n  \u003ch2\u003eBULK-GIT-TOOLS\u003c/h2\u003e\n  \u003ch4\u003esmall collection of git bulk scripts\u003c/h4\u003e\n  \u003chr/\u003e\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e |\n  \u003ca href=\"#scripts\"\u003eScripts\u003c/a\u003e |\n  \u003ca href=\"https://github.com/metaory/bulk-git-tools/issues/new\"\u003eIssue?\u003c/a\u003e\n\u003c/div\u003e\n\n---\n\nInstallation\n------------\n\n- clone repo\n- give execution permissions\n- link them in path\n\n```sh\n# Clone the repo\ngit clone git@github.com:metaory/bulk-git-tools.git\n\n# Navigate to repo\ncd bulk-git-tools\n\n# Give execution permissions\nfind src -type f -exec chmod +x {} +\n\n# Link it somewhere in your PATH\nfind src/ -type f -executable -exec sh -c 'ln -svf \"$PWD/${0#*/}\" /usr/bin/${0#*/}' {} \\;\n\n# Use them anywhere\n```\n\n---\n\nScripts\n-------\n\n### [git-reset-local](src/git-reset-local)\nRecovers a corrupted shallow local Git repository\n\n### [git-update-all](src/git-update-all)\nFetches all latest remotes and reset to default HEAD\n\n### [git-clone-org](src/git-clone-org)\nClones all public repositories from a specified organization\n\n### [git-clone-list](src/git-clone-list)\nDumps all Git repositories in the current working directory into a structured file,\nincluding essential information like remote URLs and local paths.\n\n### [git-open-repo](src/git-open-repo)\nOpen the Git repository in the current working directory in browser.\n\n---\n\nLicense\n-------\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fbulk-git-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetaory%2Fbulk-git-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fbulk-git-tools/lists"}