Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install legit

How to install legit

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install legit
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.1 Available View build log
0.0.9 Available View build log
0.0.6 Available View build log
Windows (64-bit)
0.1.1 Available View build log
0.0.9 Available View build log
0.0.6 Available View build log
Mac OS X (10.5+)
0.1.1 Available View build log
0.0.9 Available View build log
0.0.6 Available View build log
Linux (32-bit)
0.1.1 Available View build log
0.0.9 Available View build log
0.0.6 Available View build log
Linux (64-bit)
0.1.1 Available View build log
0.0.9 Available View build log
0.0.6 Available View build log
 
Author
License
BSD
Imports
Lastest release
version 0.1.1 on May 23rd, 2012

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>] <new-branch>
Creates a new branch off of the specified branch. Swiches to it immediately.
graft <branch> <into-branch>
Auto-Merge/Rebase of specified branch into the second branch.
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)

Subscribe to package updates

Last updated May 23rd, 2012

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.