initial commit: greet demo
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
.DS_Store
|
||||
8
README.md
Normal file
8
README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# treeTest
|
||||
|
||||
Git worktree 演示仓库。
|
||||
|
||||
## 用途
|
||||
|
||||
展示如何用 `git worktree` 在一个仓库里同时工作于多个分支,
|
||||
互不干扰,适合并行开发 / 紧急 bugfix / 试验性重构等场景。
|
||||
Reference in New Issue
Block a user