EnglishFrenchSpanish

OnWorks favicon

legit - Online in the Cloud

Run legit in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command legit that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


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>]
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)

Use legit online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 2
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • 3
    Xtreme Download Manager
    Xtreme Download Manager
    The project has a new home now:
    https://xtremedownloadmanager.com/ For
    developers:
    https://github.com/subhra74/xdm Xtreme
    Download Manager is a powerful tool t...
    Download Xtreme Download Manager
  • 4
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 5
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 6
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • More »

Linux commands

Ad