Get a nice pretty list of available branches.
$ legit branches
Syncronizes the given branch. Defaults to current branch. Stash, Fetch,
Auto-Merge/Rebase, Push, and Unstash. You can only sync published branches.
$ legit sync [<branch>]
Switches to specified branch. Automatically stashes and unstashes any changes.
$ legit switch <branch>
Creates a new branch off of the specified branch. Swiches to it immediately.
$ legit sprout [<branch>] <new-branch>
Merges specified branch into the second branch, and removes it. You can only
graft unpublished branches.
$ legit graft <branch> <into-branch>
Publishes specified branch to the remote.
$ legit publish <branch>
Removes specified branch from the remote.
$ legit unpublish <branch>
add & commit are also available, but you should just use git for those.
Version
1, updated 328 days ago.
. o 0 (
edit |
history )