部分图片和文本引用自菜鸟教程 [图解Git](https://www.runoob.com/w3cnote/git-graphical.html) <img src="https://github.com/MythoniaTeam/ExampleRepository/assets/78521455/de4ce91d-c62a-4784-9e3e-ef387750563f" width="500"> 如图所示,我们有一个工程,里面有一个文件(未来可能有更多) 右键在此处打开 Git Bash,输入 ```git init``` 便可以在此处创建一个 git 仓库 <img src="https://github.com/MythoniaTeam/ExampleRepository/assets/78521455/186ee9aa-eecf-4c84-9eb8-5392dd26032d" width="500">
部分图片和文本引用自菜鸟教程 图解Git
如图所示,我们有一个工程,里面有一个文件(未来可能有更多)
右键在此处打开 Git Bash,输入
git init便可以在此处创建一个 git 仓库