Home

Awesome

worktree

zsh plugins for working with git worktree

Usage

###Install the plugin zsh (cd $ZSH_CUSTOM; git clone git@github.com:jspears/worktree.git)

Activate the plugin

Edit .zshrc find the plugins variable add 'worktree' to the list

plugins=(worktree zsh-nvm git npm )

Configuration

There are 2 ENV variables to configure

Dependencies

A relatively modern version of git and oh-my-zsh