Giter VIP home page Giter VIP logo

git-manager's Introduction

git-manager

Manage a large amount of github repos at once

git-manager's People

Contributors

andrewcopeland avatar

Stargazers

Jake Quilty avatar

Watchers

James Cloos avatar Jake Quilty avatar  avatar

Forkers

jakequilty

git-manager's Issues

Add option for multiple commits

general:
  branch-name: add-CODEOWNERS
  pr-name: add CODEOWNERS file
  commits:
    - commit-message: add CODEOWNERS file 
      git-add:
        - CODEOWNERS
    - commit-message: add another file
      git-add:
        - more
        - files

Add a feature that processes commits after all changes have been made and adds/commits the files in batches following the config file

Auto create PR

Auto create pr's when pushing. Add option for this in config

Fix error handling when pushing to branch

When the script was running, one of the repos in the list that it tried to push to was archived. That made the whole script stop running with an error. I think this could be fixed by adding some error handling in git-manager.py around the bash commands. We should have it log and print out a list of the repos that failed.

  • Handle pushing to archived repo
  • Handle pushing to repo that already has a branch with the same name
  • Handle pushing to repo that your token doesn't have contributor access to
  • Handle other things

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.