Skip to main content

Git for Humans.

Project description

Inspired by GitHub for Mac.

The Concept

GitHub for Mac is not just a Git client.

This comment on Hacker News says it best:

They haven’t re-created the git CLI tool in a GUI, they’ve created something different. They’ve created a tool that makes Git more accessible. Little things like auto-stashing when you switch branches will confuse git veterans, but it will make Git much easier to grok for newcomers because of the assumptions it makes about your Git workflow.

Why not bring this innovation back to the command line?

The Interface

switch <branch>

Switches to specified branch. Defaults to current branch. Automatically stashes and unstashes any changes. (alias: sw)

sync [<branch>]

Synchronizes the given branch. Defaults to current branch. Stash, Fetch, Auto-Merge/Rebase, Push, and Unstash. You can only sync published branches. (alias: sy)

publish [<branch>]

Publishes specified branch to the remote. (alias: pub)

unpublish <branch>

Removes specified branch from the remote. (alias: unp)

undo

Un-does the last commit in git history. (alias: un)

branches

Display a list of available branches.

The Installation

https://img.shields.io/pypi/v/legit.svg https://img.shields.io/travis/kennethreitz/legit.svg https://img.shields.io/coveralls/github/kennethreitz/legit.svg

From PyPI with the Python package manager:

pip install legit

Or download a standalone Windows executable from GitHub Releases.

To install the cutting edge version from the git repository:

git clone https://github.com/kennethreitz/legit.git
cd legit
python setup.py install

Note: if you encountered Permission denied, prepend sudo before the pip or python setup.py command.

You’ll then have the wonderful legit command available. Run it within a repository.

To view usage and examples, run legit with no commands or options:

legit

To install the git aliases, run the following command:

legit --install

To uninstall the git aliases, run the following command:

legit --uninstall

Command Options

All legit commands support --verbose and --fake options.

In order to view the git commands invoked by legit, use the --verbose option:

legit sync --verbose

If you want to see the git commands used by legit but don’t want them invoked, use the --fake option:

legit publish --fake

Caveats

  • All remote operations are carried out by the remote identified in $ git config legit.remote remotename

  • If a stash pop merge fails, Legit stops. I’d like to add checking for a failed merge, and undo the command with friendly error reporting.

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

legit-1.0.1.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

legit-1.0.1-py2.py3-none-any.whl (15.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file legit-1.0.1.tar.gz.

File metadata

  • Download URL: legit-1.0.1.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for legit-1.0.1.tar.gz
Algorithm Hash digest
SHA256 e71c2dd4139afc0e4b8c2d1b5ab1265ad930e2cc8e4d6badf92923cee4e5baff
MD5 d0f729adc3e3e7ebb34b9b957237c8ae
BLAKE2b-256 4472a086485566cf7b5ff7b6858b7dc144c76323e021d88f455ceacd5a6c02fd

See more details on using hashes here.

Provenance

File details

Details for the file legit-1.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for legit-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 81c0861f32bac4ac485c96fc2425531674996700b6e1ed038890b21ac8e0cd3f
MD5 6f2013578aaf7d7ac03cef25b50782da
BLAKE2b-256 7f797534e34b3c8625d0b643419f43467fdd7b5b0876706dc9176bccc401ad8c

See more details on using hashes here.

Provenance

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