GithubHelp home page GithubHelp logo

alambador / legit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frostming/legit

0.0 0.0 0.0 2.45 MB

Git for Humans, Inspired by GitHub for Mac™.

Home Page: http://www.git-legit.org/

License: BSD 3-Clause "New" or "Revised" License

Shell 13.05% Python 86.95%

legit's Introduction

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

branches

Get a nice pretty list of available branches.

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)

resync <upstream-branch>

Stashes unstaged changes, Fetches, Auto-Merge/Rebase upstream data from specified upstream branch, Performs smart pull+merge for current branch, Pushes local commits up, and Unstashes changes. Default upstream branch is 'master'. (alias: rs)

switch <branch>

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

sprout [<branch>] <new-branch>

Creates a new branch off of the specified branch. Swiches to it immediately. (alias: sp)

harvest [<branch>] <into-branch>

Auto-Merge/Rebase of specified branch changes into the second branch. (alias: ha, hv, har)

graft <branch> <into-branch>

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

publish [<branch>]

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

unpublish <branch>

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

install

Installs legit git aliases.

help

Displays help for legit command. (alias: h)

The Installation

image

From PyPI with the Python package manager:

pip install legit

Or download a standalone Windows executable from GitHub Releases.

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

legit's People

Contributors

hickford avatar wkentaro avatar kennethreitz avatar akeemmclennon avatar blueyed avatar laurentb avatar suan avatar miguelbaldi avatar mxey avatar weakish avatar grantcox avatar bbonf avatar wiseman avatar volpino avatar stevage avatar hargriffle avatar pjambet avatar kristianperkins avatar cczona avatar doggy8088 avatar tcattd avatar autoplectic avatar raylillywhite avatar tallowen avatar octokatie avatar lovato avatar jjb avatar joakim avatar jensck avatar zerok avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.