Navigation

Home
Search
Submit A Resource
Contact Us
About Functionn

Subscription Options


Subscribe By Email (265+)


Lists


Archives

Mar 25, 2012

Author: Hirvesh Posted At: 3/25/2012 Tags: , ,

Legit - A Complimentary Command-Line Interface For Git, Optimized For Workflow Simplicity

Share:
Legit is a complimentary command-line interface for Git, optimized for workflow simplicity. It is heavily inspired by GitHub for Mac.  Feature branch workflows are dead simple.

$ git switch <branch>
# Switches to branch. Stashes and restores unstaged changes.

$ git sync
# Syncronizes current branch. Auto-merge/rebase, un/stash.

$ git publish <branch>
# Publishes branch to remote server.

$ git unpublish <branch>
# Removes branch from remote server.

$ git harvest <branch>
# Auto-merge/rebase commits from given branch.

$ git sprout <branch>
# Sprout a new branch from the current branch.

$ git graft <branch>
# Merge unpublished branch into current branch, then remove it.

$ git branches
# Nice & pretty list of branches + publication status.


Requirements: None
Demohttp://www.git-legit.org/
License: Free

Daily Posts, Be Updated, Subscribe:

Want Free Web Resources? Enter Your Email And We'll Send It To You - Daily! (265+ Subscribers)

Yup, it's that straight forward! Enter your email address below and we'll send you the latest web resources to your inbox, everyday. We don't do spam. Ever.

Trending Posts On Functionn This Week

Share:

Other Interesting Resources:

0 comments:

Post a Comment

 


Recent Posts

Popular Categories



Popular Components



Popular Licenses