Skip to content
/ wt Public

A tool for managing a git-worktrees workflow.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

zmitchell/wt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wt

A tool for managing a git-worktrees workflow.

This tool helps you work on projects that have this structure:

PROJECT_NAME/
    main/
        <files>
    foo/
        <files>
    bar/
        <files>

where main/, foo/, and bar/ are worktrees for different branches.

wt makes it simple to set up new projects (wt init or wt clone), create new worktrees (wt new), remove worktrees (wt remove), and list existing worktrees (wt list).

See the help for each command for more details.

Expectations

I essentially wrote this over a weekend to facilitate my particular git workflow without needing to write shell aliases across multiple shells.

  • Is it well tested?
    • Not particularly
  • Are PRs welcome?
    • Sure!

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A tool for managing a git-worktrees workflow.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Languages