📜  在 Windows 上初始化 git - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:15.191000             🧑  作者: Mango

代码示例2
-- initialize git repository to main on Windows 10 using terminal
 -- open the terminal, change to the Directory/folder you want to initiliaze (e.g cd myProject)
 git init --b main