Now I started to think why should I right click to launch git bash and type git init to create a new local repository?
现在,我开始考虑,为什么我应该点右键来启动git的命令行,并输入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”命令将当前目录初始化为一个空白的仓库。
应用推荐