资源说明:鱼工作区
与git worktree一起使用的实用程序
设置
fisher install dangh/withd.fish dangh/workspace.fish
用法
# setup new workspace from a git repo
workspace init
# create new worktree and new branch
workspace add my-new-branch
# switch worktree, checkout existing branch and create new worktree if possible
workspace checkout existing-branch
# delete existing branch and worktree
workspace remove my-branch
# list all work
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。