Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

git-workon

A git plugin for managing worktrees.

Installation

cargo install git-workon

Usage

git workon clone <url>           # clone as bare repo with worktrees layout
git workon new <branch>          # create a new worktree
git workon #123                  # create worktree from PR #123
git workon find <name>           # print path to a worktree
git workon list                  # list all worktrees
git workon prune                 # remove merged/stale worktrees
git workon move <from> <to>      # rename a worktree and its branch

Run git workon --help or man git-workon for full documentation.

See the workspace README for installation, shell integration, and configuration details.