Skip to content

tjmblake/worktree-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

worktree-manager

Why

For removing Git worktrees in bulk. Scans files in worktree, finding last modified date to help selection process.

How

Build executable:

go build -o {What you want to build the file as}

Example: 
go build -o wm

In .zshrc

export PATH="$PATH:{REPO DIR}"

Example:
export PATH="$PATH:/Users/example/worktree-manager"

Use:

  • cd to worktree root dir
  • Run the command name
Example: 
wm

About

🌴 Git Worktree Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages