Skip to main content

One command to sync multiple git repositories

Project description

git996

996.icu LICENSE

one command to sync multiple git repositories.

I always have serveral git repositories to sync between home and company everyday.It's too tiring to sync repo one by one.This tool is used to sync all the repos one command.

Actually, git996 just enter every repo and execute git pull for you

Install

Install from PyPi

$pip3 install git996

Uninstall from PyPi

$pip3 uninstall git996
$rm ~/.git996.toml

Install from source code

$git clone https://github.com/chengyi818/git996
$cd git996
$python3 setup.py install --user

This will install git996 to ~/.local/bin,so maybe you need to add ~/.local/bin to PATH.

Uninstall from source code

$python3 setup.py install --user --record log
$cat log | xargs rm -rf
$rm ~/.git996.toml

Usage

1. create config file

$git996 init

This command will create config file in ~/.git996.toml.

2. modify config file

You should modify config file according your situation.

return_if_dirty

True

git996 will print all path of dirty repo, then git996 will exit

False

git996 will ignore dirty repo,just pull clean repo.

3. sync all repositories

$git996 sync

TODO

  1. Think about local branch ahead/behind origin stackoverflow

LiCENSE

Anti-996 License, See the LICENSE file.

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

git996-0.0.4.tar.gz (4.4 kB view details)

Uploaded Source

File details

Details for the file git996-0.0.4.tar.gz.

File metadata

  • Download URL: git996-0.0.4.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/36.7.2 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.5.2

File hashes

Hashes for git996-0.0.4.tar.gz
Algorithm Hash digest
SHA256 1d1b25652d1837e9118a8a04fcd2215870304665dee2286f9ec23d37c1a98f25
MD5 4f8f43348efcb3438947ee6e308afe6d
BLAKE2b-256 56c7840084ab0567c5a96e3854ca8a5cb725eab4daa84645be516437469396bc

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