We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade1f4e commit 6ec25fdCopy full SHA for 6ec25fd
README.md
@@ -1821,13 +1821,13 @@ git stash drop stash@{0}
1821
1822
(會介紹這個的原因是因為看了一下 claude code 的東西, 發現裡面有使用到這個指令)
1823
1824
-這個的概念是複製一個全新乾淨的專案出來, 優點是可以不影響原本的資料夾,
+這個的概念是類似複製(但本質不是複製)一個全新乾淨的專案出來, 優點是可以不影響原本的資料夾,
1825
1826
如果你的分支是要做版本升級, 蠻適合使用 worktree 來處理的.
1827
1828
簡單說是 空間隔離 的概念.
1829
1830
-假如現在你有一個專案是 repo, 路徑是
+假如現在你有一個專案名稱是 repo, 路徑是
1831
1832
```cmd
1833
cd /home/twtrubiks/demo/repo
0 commit comments