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 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