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

Remove incorrect information about HEAD #77

Merged
merged 1 commit into from Mar 23, 2013
Merged

Commits on Mar 22, 2013

  1. Replace incorrect information about HEAD

    Avoid stating that changing HEAD alters the working tree.  Although that
    is a common next step they are not actually the same action and can be
    done independently (e.g. `git reset` without `--hard`).
    
    Also state that committing while on a branch only alters the branch,
    without actually changing HEAD; HEAD only gets the new commit because it
    points to the branch rather than a specific commit.
    aschrab committed Mar 22, 2013
    Copy the full SHA
    36ad66e View commit details
    Browse the repository at this point in the history