Rebase of pull request 64 onto latest gh-pages#73
Merged
matthewmccullough merged 2 commits intogit:gh-pagesfrom Jan 9, 2014
adailey14:63-correct-reset-notes
Merged
Rebase of pull request 64 onto latest gh-pages#73matthewmccullough merged 2 commits intogit:gh-pagesfrom adailey14:63-correct-reset-notes
matthewmccullough merged 2 commits intogit:gh-pagesfrom
adailey14:63-correct-reset-notes
Conversation
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. Fixes #63
Member
|
Reviewing. This is a migration from #64 (cross-linking) |
Member
|
Looks good. Going to plan on merging it. Just sorting some permissions first. |
matthewmccullough
pushed a commit
that referenced
this pull request
Jan 9, 2014
Rebase of pull request 64 onto latest gh-pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a rebase of the commits from randomecho that are part of pull request 64: git reset does not affect commit, but changes index, stage to them.
I did this rebase because randomecho's pull request is 8 months old at this point, but his changes are sorely needed to make the "reset" command instructions correct.