Skip to main content

Manages git repos inside a directory

Project description

Repos

PyPI version Unstable package

Manages git repos inside a directory.

Install

pip install repos

Usage

Inside a directory with several git repos run:

repos

To check all available commands:

$ repos help
NAME
    repos —  Manages your git repos

USAGE
    repos                       # Lists all repos in text format
    repos export --json         # Exports all repos as json
    repos export --yaml         # Exports all repos as yaml
    repos show REPO             # Shows the repo details
    repos save                  # Commits local changes
    repos push                  # Pushes up to the upstream
    repos pull                  # Pulls from the upstream
    repos sync                  # Pull from the upstream and pushes up
    repos help                  # Shows this help
    repos version               # Prints the current version

Todos

  • Code the repos add <url> subcommand to clone a git repo from an url.

  • Code the repos install [file] subcommand to clone git repos from a file, by default repos.yaml.

  • Code the repos config [repo] [key] [value] subcommand to store git config repos.* in ./.git/config file.

  • Code the repos save [repo] [--yes] subcommand to commit all changes (obeys the repo.save = always | never | ask git config).

  • Code the repos push [repo] [--yes] subcommand to send all commits to the upstream (obeys the repo.push = always | never | ask git config).

  • Code the repos pull [repo] [--yes] subcommand to pull all the latest commits from the upstream (obeys the repo.pull = always | never | ask git config).

  • Code the repos sync [repo] [--yes] subcommand to commits all changes, pull the latest commits, and push local commits to the upstream (obeys the repo.sync = always | never | ask git config).

  • Code the repos.enabled git config to turn off all other repos.* configs.

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

repos-0.1.6.tar.gz (10.3 kB view details)

Uploaded Source

File details

Details for the file repos-0.1.6.tar.gz.

File metadata

  • Download URL: repos-0.1.6.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for repos-0.1.6.tar.gz
Algorithm Hash digest
SHA256 25ab6b5e9ae37e4f97a81aea34e1fa1bda7986b8d2897d6d60f669befa69fcc9
MD5 bbe627b7c9eee0f507716f64e28b266a
BLAKE2b-256 6299023584be834f450c205f8cb066f29609a38d1d7911663b352797528ccb1b

See more details on using hashes here.

Supported by

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