Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify the index-zh-cn.html, change the description of 'git checkout -- files' #60

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 13, 2017

  1. Configuration menu
    Copy the full SHA
    5a605a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e10fb5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4a0c28 View commit details
    Browse the repository at this point in the history
  4. change the description of 'git reset -- files'

    “git reset -- files”和“git checkout -- files”用法很不一样!
    git reset -- files强调将暂存区的文件内容回滚至最后一次提交,不会动工作区的修改。
    git checkout -- files强调回滚工作区的修改,不管从暂存区还是版本库中。
    mygaochunming authored Jun 13, 2017
    Configuration menu
    Copy the full SHA
    9a023f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17bcd89 View commit details
    Browse the repository at this point in the history