Skip to main content

Manage multiple git repos

Project description

PyPi version Build Status

A command-line tool to manage multiple git repos

This tool does two things

  • display the status (branch, modification) of multiple git repos side by side
  • delegate git commands for registered repos

See the following screenshot for example:

gita screenshot

Here the colors denote the 5 situations between local and remote branches:

  • white: the local branch has no remote branch.
  • green: the local branch is the same as the remote branch.
  • red: the local branch has diverged from the remote branch.
  • purple: the local branch is ahead of the remote branch (good for push).
  • yellow: the local branch is behind the remote branch (good for merge).

The color choices of purple for ahead and yellow for behind is motivated by blueshift and redshift, using green as baseline.

The additional status symbols have the following meaning:

  • +: staged change exists
  • *: unstaged change exists
  • _: untracked files/folders exist

The supported sub-commands for git delegation are

  • gita add <repo-path>: add repo to gita
  • gita rm <repo-name>: remove repo from gita (won't remove repo from disk)
  • gita ls: display the status of all repos
  • gita ls <repo-name>: display the absolute path of the specified repo
  • gita fetch: fetch all remote updates
  • gita fetch <repo-name(s)>: fetch remote updates for the specified repo(s)
  • gita pull <repo-name(s)>: pull remote updates for the specified repo(s)
  • gita merge <repo-name(s)>: merge remote updates for the specified repo(s)
  • gita push <repo-name(s)>: push local updates of the specified repo(s) to remote

The repo paths are saved in ~/.gita_path

installation

To install, simply use

pip3 install gita

Alternatively, you can download the source code and run pip3 install -e <gita source folder>. This is known as the development mode. In this case, calling gita in bash may not work, and you can put the following line in the .bashrc file

alias gita="python3 -m gita"

TODO

  • auto-completion

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gita-0.4.10.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file gita-0.4.10.tar.gz.

File metadata

  • Download URL: gita-0.4.10.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.1

File hashes

Hashes for gita-0.4.10.tar.gz
Algorithm Hash digest
SHA256 0713e1ef42c300343200100e45aa6ccbc93e782e846d6b20dd39d1aa0754e82d
MD5 cee5f6eb9c1f6c8d2b160615d44842c2
BLAKE2b-256 85e8bf378a6a439d0051a665f7e9158c476e83912934f1f06962e895a34df069

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