Push files to multiple repos in one go
Explore the docs »
Report Bug
·
Request Feature
- Table of Contents
- About The Project
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
This project is created out of neccessity to push multiple files into multiple git repos at once. For example push a LICENSE or ISSUE TEMPLATE or Update a Github Action. This project is not limited to this.
- Python
- GIT
- Poetry
- Install Python 3.6 or higher
- Install the tool via
pip3 install git-pusher
- Create a config yaml with all the repos and the files ( relative or absulute paths )
- Run the command
git-pusher --config ./config.yaml --branch branch-name
repos:
- git@github.com:stiliajohny/test1.git
- git@github.com:stiliajohny/test2.git
- git@github.com:stiliajohny/test3.git
files:
- ./LICENSE.md
- ./README.md
- ./CHANGELOG.md
- ./CONTRIBUTING.md
- ./CODE_OF_CONDUCT.md
- ./CONFIG.md
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPLv3 License. See LICENSE
for more information.
John Stilia - stilia.johny@gmail.com