JiaHe's Blog

读万卷书,行万里路

clone

worktree

# 可以同时在IDEA中打开同一项目中两个不同分支的代码

cd /project/demo/main

git worktree add ../branch-develop develop