Push files in multiple git repos in one go
Project description
python-git-pusher
Push files to multiple repos in one go
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
- Table of Contents
- About The Project
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
About The Project
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.
Built With
- Python
- GIT
- Poetry
Getting Started
Prerequisites
- Install Python 3.6 or higher
Installation
- Install the tool via
pip3 install git-pusher
Usage
- 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
Example Config
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
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
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
License
Distributed under the GPLv3 License. See LICENSE
for more information.
Contact
John Stilia - stilia.johny@gmail.com
Acknowledgements
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for git_pusher-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02220d4dea50093a07de8510bb2174231b2788c1071e5043c293f00f8176f786 |
|
MD5 | b455a3e27e18925619ab887fea20003d |
|
BLAKE2b-256 | 36af9bca31fcacaa74fd50fccb6839337f528b1c7e25914a346f4fc9d3d0f7e8 |