执行 git status 查看整个仓库的状态git
wds98@LAPTOP-5QH6OJDT MINGW64 ~/shiyanlou (master) $ git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean
建立文件spa
$ echo 'hello world'>one.txt