git / git-reference

Online Git Reference at http://git.github.io/git-reference/
Other
996 stars 363 forks source link

git reset does not affect commit, but changes index, stage to them #64

Closed randomecho closed 10 years ago

randomecho commented 11 years ago

Clear up what happens when you run git reset in that it does not affect the commit, or allow to change it per se, but that it affects what is sitting in the index and staging as pointed to by the commit or HEAD pointer mentioned.

This should make the notes actual now.

matthewmccullough commented 11 years ago

Looks like it nicely addresses the concerns in #63. Will want other @github/training-team members to check.

randomecho commented 11 years ago

Thanks for the revision notes. Totally on board with the edits.

adailey14 commented 10 years ago

Hi everyone, what's the story with this pull request? Was about to recommend this site as a great way to learn git basics but this change has to be made first. Happy to do any work needed to make this happen.

randomecho commented 10 years ago

This looks merged.

matthewmccullough commented 10 years ago

@randomecho @adailey14 Thank you both! Merged and shipped!