其它 2018-4-12 12:12 Git常用基本命令 pwd:显示当前目录。 cat 文件名:输出显示该文件内容。 git init:在当前目录下创建新创库。 git add:把文件添加到仓库。 git commit -m "说明":把文件提交到仓库。 git status: