时光机穿梭
2019-02-07 本文已影响3人
harukou_ou
$ git status
查看文件状态
$ git diff readme.txt
查看文件与原文件的异同
$ git add readme.txt
添加文件到git
$ git commit -m"there are some changes."
提交文件
$ git status
查看文件状态
$ git diff readme.txt
查看文件与原文件的异同
$ git add readme.txt
添加文件到git
$ git commit -m"there are some changes."
提交文件