According to –soft–mixed–hard, the working tree and the index and head are reset:
Git reset–mixed: This is the default, git reset without any parameters, this way, it's back to a version, only the source, fallback commit and index information
Git reset–soft: Fall back to a version, only rollback the commit information, and will not revert to the index file level. If you want to commit, you can commit it directly.
Git reset–hard: Completely back to a version, the local source will become the previous version of the content
Head the most recent one submitted
head^ last time.
<commit_id> SHA1 value for each commit. You can see it with git log, or you can find it in the page on the Commit tab.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.