Skip to main content

Run git-up trough a json list of repos

Project description

Git-Up all your projects!

How this works

git-up-all requires a projects.json containing a list of projects/repos to keep update Running git-up-all will go to each project/repo and try to git-up and report back with the results for each project.

Setup

  • Install via pip install git-up-all

  • Create a projects.json containing a list of projects (see example below)

  • Run git-up-all on that folder containing the projects.json

projects.json

This file should contain a list with projects/repos as below:

{
    "gitup": {
        "name": "PyGitUp",
        "git_url": "https://github.com/msiemens/PyGitUp.git",
        "absolute_path": "/Users/jimmykane/projects/pygitup"
    },
    "gitupall": {
        "name": "PyGitUpAll",
        "git_url": "https://github.com/jimmykane/PyGitUpAll.git",
        "absolute_path": "/Users/jimmykane/projects/pygitupall"
    }
}

Version

This is a pre-release. It’s packaged for testing purposes only.

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-up-all-0.1.4.tar.gz (3.0 kB view hashes)

Uploaded Source

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