I am a git newbie. We recently started using git for one of the projects in our company. Here is a question regarding git reset. Let's say I have done a new pull to update my branch and git log shows the following commits in master: A, B, C, D, E,....
Let's say I now do a "git reset --hard E". master's HEAD will be E. Great. But now let's say I want to go back to setting master's HEAD to A. Can I simply do "git reset --hard A"? Thanks. Allwyn. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
