Use the git init command to create an empty repository in the current directory.
使用git init命令在当前目录中创建一个空的存储库。
Once you are at the directory you have all of your writing in you can issue the command git init which initializes a blank "repository" for your directory.
切换到写作目录后,可以用“git init”命令将当前目录初始化为一个空白的仓库。
Once you are at the directory you have all of your writing in you can issue the command git init which initializes a blank "repository" for your directory.
切换到写作目录后,可以用“git init”命令将当前目录初始化为一个空白的仓库。
应用推荐