Skip to content

Instantly share code, notes, and snippets.

@jbonney
Created October 11, 2013 13:34
Show Gist options
  • Save jbonney/6934777 to your computer and use it in GitHub Desktop.
Save jbonney/6934777 to your computer and use it in GitHub Desktop.
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>] <into-branch>
Auto-Merge/Rebase of specified branch changes into the second branch.
graft <branch> <into-branch>
Auto-Merge/Rebase of specified branch into the second branch. Immediately removes specified branch. You can only graft unpublished branches.
publish <branch>
Publishes specified branch to the remote.
unpublish <branch>
Removes specified branch from the remote.
install
Installs legit git aliases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment