2019-11-29 13:45:28 +00:00
|
|
|
# git-batch
|
2020-09-24 18:17:44 +00:00
|
|
|
|
|
|
|
Automate cloning a single branch from a list of repositories
|
|
|
|
|
2021-01-17 14:23:47 +00:00
|
|
|
[![Build Status](https://img.shields.io/drone/build/thegeeklab/git-batch?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de)](https://drone.thegeeklab.de/thegeeklab/git-batch)
|
2020-09-24 18:17:44 +00:00
|
|
|
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/git-batch)
|
|
|
|
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/git-batch)
|
2020-04-11 17:39:40 +00:00
|
|
|
[![Python Version](https://img.shields.io/pypi/pyversions/git-batch.svg)](https://pypi.org/project/git-batch/)
|
|
|
|
[![PyPi Status](https://img.shields.io/pypi/status/git-batch.svg)](https://pypi.org/project/git-batch/)
|
|
|
|
[![PyPi Release](https://img.shields.io/pypi/v/git-batch.svg)](https://pypi.org/project/git-batch/)
|
2020-09-24 18:17:44 +00:00
|
|
|
[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/git-batch)](https://github.com/thegeeklab/git-batch/graphs/contributors)
|
|
|
|
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/git-batch)
|
2021-01-03 20:28:03 +00:00
|
|
|
[![License: MIT](https://img.shields.io/github/license/thegeeklab/git-batch)](https://github.com/thegeeklab/git-batch/blob/main/LICENSE)
|
2020-04-11 11:39:23 +00:00
|
|
|
|
|
|
|
Simple tool to automate cloning a single branch from a list of repositories.
|
|
|
|
|
2020-09-24 18:17:44 +00:00
|
|
|
## Contributors
|
2020-04-11 11:39:23 +00:00
|
|
|
|
2022-07-15 06:50:10 +00:00
|
|
|
Special thanks to all [contributors](https://github.com/thegeeklab/git-batch/graphs/contributors). If you would like to contribute,
|
2021-01-03 20:28:03 +00:00
|
|
|
please see the [instructions](https://github.com/thegeeklab/git-batch/blob/main/CONTRIBUTING.md).
|
2020-04-11 11:39:23 +00:00
|
|
|
|
2020-09-24 18:17:44 +00:00
|
|
|
## License
|
2020-04-11 11:39:23 +00:00
|
|
|
|
2021-01-03 20:28:03 +00:00
|
|
|
This project is licensed under the MIT License - see the [LICENSE](https://github.com/thegeeklab/git-batch/blob/main/LICENSE) file for details.
|