时间:2019-04-01 22:41:13 git init¶ git init 初始化git项目。 常用操作¶ 初始化项目。 ``` 把当前目录初始化成git项目¶ git init 在当前目录下初始化一个项目¶ git init [projectName] ```