十二12 发表于 2018-1-12 19:36:29

博客园测试第二篇

zhangy@Liuying-PC MINGW64 ~/efront (master)  $ git status
  On branch master
  Your branch is up-to-date with 'origin/master'.
  Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)
  modified:   git/README.md
  no changes added to commit (use "git add" and/or "git commit -a")
  zhangy@Liuying-PC MINGW64 ~/efront (master)
  $ git checkout -- git/README.md
  zhangy@Liuying-PC MINGW64 ~/efront (master)
  $ git status
  On branch master
  Your branch is up-to-date with 'origin/master'.
  nothing to commit, working directory clean
页: [1]
查看完整版本: 博客园测试第二篇