Skip to main content

Legit: Git for Humans

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 [<wildcard pattern>]

Display a list of available branches. Allows wildcard pattern matching of branch name.

The Installation

https://img.shields.io/pypi/v/legit.svg https://img.shields.io/travis/frostming/legit/master.svg https://img.shields.io/coveralls/github/frostming/legit.svg https://repl.it/badge/github/frostming/legit

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/frostming/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.

Release files for legit 1.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for legit 1.2.0
File Size Uploaded
legit-1.2.0.tar.gz 16.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for legit 1.2.0
File Interpreter ABI Platform
legit-1.2.0-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 30.8 kB

Release files / legit-1.2.0.tar.gz

Download URL legit-1.2.0.tar.gz
Size 16.3 kB
Tags Source
SHA-256 checksum
How to use checksums
2c78b97b5947d03d55160b36255dafd3c3f3b1994148519c09a5846db21af059
BLAKE2b-256 checksum
How to use checksums
7599e17f2b4d1939e806091721949acc664de5ad36a32187cd3222107b002400
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.4

Release files / legit-1.2.0-py2.py3-none-any.whl

Download URL legit-1.2.0-py2.py3-none-any.whl
Size 14.5 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
65aedbbbbe480f897143f59cddfb6d3e07068c10e21c3de2c43e26611a6497da
BLAKE2b-256 checksum
How to use checksums
24c1933a61ca2974b53dbdb2d0ce1d15d7c85b75feb711e0703d85b0d63f6eaf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.4

Release history Release notifications | RSS feed

This release

1.2.0 This release

2 release files

1.1.0

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.2.0

2 release files

0.1.1

1 release file

0.1.0

1 release file

0.0.9

1 release file

0.0.8

1 release file

0.0.7

1 release file

0.0.6

1 release file

0.0.5

1 release file

0.0.4

1 release file

0.0.3

1 release file

0.0.2

1 release file

0.0.1

1 release file

0

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page