git提交步骤2

1、初始化git仓库  git init

2、查看文件状态  git status

3、追踪文件  git add 文件列表

4、向仓库中提交文件代码  git commit -m 提交信息

5、查看提交记录  git log

git提交步骤2

相关推荐