Git,不得不掌握那些命令行_词汇们

git clone git的URL thanks github, open the door which share of code in the world git init 初始化是新建的第一步 git add <文件> 第二部, 任何时候仓库中新增了某个文件,都需要add, 后面跟随文件. 可以精准到某个文件, 也可以指定某个文件夹,亦或者”.”,当前目录全部文件 git commit -m
相关文章
相关标签/搜索