{"id":13414137,"url":"https://github.com/isacikgoz/gitbatch","last_synced_at":"2025-04-07T15:05:13.963Z","repository":{"id":48095081,"uuid":"157984719","full_name":"isacikgoz/gitbatch","owner":"isacikgoz","description":"manage your git repositories in one place","archived":false,"fork":false,"pushed_at":"2023-05-11T20:55:09.000Z","size":659,"stargazers_count":1557,"open_issues_count":20,"forks_count":49,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-31T14:09:35.712Z","etag":null,"topics":["batch","batch-download","git","golang","pull-stream"],"latest_commit_sha":null,"homepage":"","language":"Go","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/isacikgoz.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":"2018-11-17T12:57:53.000Z","updated_at":"2025-03-27T17:18:45.000Z","dependencies_parsed_at":"2024-06-18T19:58:46.784Z","dependency_job_id":"d4dcdfc1-bc6d-4cc6-8142-8c25438024a4","html_url":"https://github.com/isacikgoz/gitbatch","commit_stats":{"total_commits":255,"total_committers":13,"mean_commits":"19.615384615384617","dds":0.05882352941176472,"last_synced_commit":"23e5445179b182d97b4a545f7ef271700c888a46"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isacikgoz%2Fgitbatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isacikgoz%2Fgitbatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isacikgoz%2Fgitbatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isacikgoz%2Fgitbatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isacikgoz","download_url":"https://codeload.github.com/isacikgoz/gitbatch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675597,"owners_count":20977376,"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":["batch","batch-download","git","golang","pull-stream"],"created_at":"2024-07-30T20:01:58.857Z","updated_at":"2025-04-07T15:05:13.941Z","avatar_url":"https://github.com/isacikgoz.png","language":"Go","readme":"![Build Status](https://img.shields.io/github/actions/workflow/status/isacikgoz/gitbatch/ci.yml) [![MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/isacikgoz/gitbatch)](https://goreportcard.com/report/github.com/isacikgoz/gitbatch)\n\n## gitbatch\nManaging multiple git repositories is easier than ever. I (*was*) often end up working on many directories and manually pulling updates etc. To make this routine faster, I created a simple tool to handle this job. Although the focus is batch jobs, you can still do de facto micro management of your git repositories (e.g *add/reset, stash, commit etc.*)\n\nCheck out the screencast of the app:\n[![asciicast](https://asciinema.org/a/lxoZT6Z8fSliIEebWSPVIY8ct.svg)](https://asciinema.org/a/lxoZT6Z8fSliIEebWSPVIY8ct)\n\n## Installation\n\nInstall [latest](https://golang.org/dl/) Golang release.\n\nTo install with go, run the following command;\n```bash\ngo get github.com/isacikgoz/gitbatch/cmd/gitbatch\n```\nor, in Windows 10:\n```bash\ngo install github.com/isacikgoz/gitbatch/cmd/gitbatch@latest\n```\n\n### MacOS using homebrew\n```bash\nbrew install gitbatch\n```\nFor other options see [installation page](https://github.com/isacikgoz/gitbatch/wiki/Installation)\n\n## Use\nrun the `gitbatch` command from the parent of your git repositories. For start-up options simply `gitbatch --help`\n\nFor more information see the [wiki pages](https://github.com/isacikgoz/gitbatch/wiki)\n\n## Further goals\n- improve testing\n- add push\n- full src-d/go-git integration (*having some performance issues in large repos*)\n  - fetch, config, rev-list, add, reset, commit, status and diff commands are supported but not fully utilized, still using git occasionally\n  - merge, stash are not supported yet by go-git\n\n## Credits\n- [go-git](https://github.com/src-d/go-git) for git interface (partially)\n- [gocui](https://github.com/jroimartin/gocui) for user interface\n- [viper](https://github.com/spf13/viper) for configuration management\n- [color](https://github.com/fatih/color) for colored text\n- [kingpin](https://github.com/alecthomas/kingpin) for command-line flag\u0026options\n\n","funding_links":[],"categories":["Uncategorized","Git","Utilities","Go","公用事业公司","DevOps"],"sub_categories":["Uncategorized","Snippets Manager","Utility/Miscellaneous","实用程序/Miscellaneous","Fail injection"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisacikgoz%2Fgitbatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisacikgoz%2Fgitbatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisacikgoz%2Fgitbatch/lists"}