摘要:
常用的命令: git init 在当前目录新建一个Git代码库 git add [file1] [file2]..... 添加指定文件到暂存区 git add . 添加当前目录的所有文件到暂存区 git commit -m [message] 提交暂存区到仓库区 git commit [file1] 阅读全文
posted @ 2019-03-31 12:24
shijia_listen
阅读(214)
评论(0)
推荐(1)
2019年3月31日