Skip to main content

Push files in multiple git repos in one go

Project description

Contributors Forks Stargazers Issues GPL3 License LinkedIn Ask Me Anything


Main Logo

python-git-pusher

Push files to multiple repos in one go
Explore the docs »

Report Bug · Request Feature

Table of Contents

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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

git-pusher-0.1.4.tar.gz (19.3 kB view hashes)

Uploaded Source

Built Distribution

git_pusher-0.1.4-py3-none-any.whl (33.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page