###### tags: `Git` # 1.3-Windows - 命令提示字元教學(下) <p> 七.如果要在project資料夾裡開一個新的檔案<b>git.html</b>要如何做呢? </p> <p> 在git bash輸入 <code>touch git.html</code> 公式為<code>touch+空白鍵+檔名.檔案類型</code>可以發現project資料夾裡面多了一個git.html檔案 </p> ![](https://i.imgur.com/PcKMdtG.jpg) ![](https://i.imgur.com/wo4Fd75.jpg) <p class='mt-3'> 八.如果要在project資料夾裡面<b>新增一個新的資料夾</b>呢? </p> <p> <code>mkdir git</code>公式是<code>mkdir+空白鍵+資料夾名</code> </p> ![](https://i.imgur.com/yabPhpF.jpg) ![](https://i.imgur.com/NrwJUc2.jpg)