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

branches

Get a nice pretty list of available branches.

sync [<branch>]

Syncronizes the given branch. Defaults to current branch. Stash, Fetch, Auto-Merge/Rebase, Push, and Unstash. You can only sync published branches.

switch <branch>

Switches to specified branch. Defaults to current branch. Automatically stashes and unstashes any changes.

sprout [<branch>] <new-branch>

Creates a new branch off of the specified branch. Swiches to it immediately.

harvest [<branch>] <into-branch>

Auto-Merge/Rebase of specified branch changes into the second branch.

graft <branch> <into-branch>

Auto-Merge/Rebase of specified branch into the second branch. Immediately removes specified branch. You can only graft unpublished branches.

publish <branch>

Publishes specified branch to the remote.

unpublish <branch>

Removes specified branch from the remote.

install

Installs legit git aliases.

The Installation

Installing Legit is easy with pip:

$ pip install legit

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

To install the git aliases, run the following command:

$ legit install

Caveats

  • All remote operations are carried out by the first remote found.

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

  • Pip install is cumbersome to people unfamiliar with Python. Package. (Py2App + PyInstaller)

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-0.1.1.tar.gz (11.0 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for legit-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ddee2eec028e7776e6a05307f6a30210a3d5905bfcfc61d9d3dd5b12c068990d
MD5 7db3f5d17711f7e3d0525913904b919a
BLAKE2b-256 c93152ea422672f7b6f34d6b13b0d502dea0cc9220debfab0c8e5f05495487d4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page