Skip to main content

Manage multiple git repos

Project description

Build Status

A command-line tool to view multiple git repos

In the presence of multiple related git repos, it helps to see their status (branch, modification) side by side, as in the following screenshot:

gita screenshot

Here the color codings 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.

The extra status symbols have the following meaning:

  • +: staged change exists
  • *: unstaged change exists

The supported commands are

  • gita add <repo-path>: add repo to gita
  • gita rm <repo-name>: remove repo from gita
  • 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

pip3 install gita

Alternatively, you can download the source code and run pip3 install -e <gita source folder>. I also put the following line in my .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.1.tar.gz (4.1 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: gita-0.4.1.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gita-0.4.1.tar.gz
Algorithm Hash digest
SHA256 fb45843e397756da811c970d1df46e61c7c12c599bd97ced6598bc87cefb7720
MD5 9dff876be8ca97200b8e7d1e4956fe02
BLAKE2b-256 48f87ed3bd3ce54e32358c0767158f23c29fd57d937ee99b803d34451b5984b9

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