Git reset fallback to a previous version

Source: Internet
Author: User

Git reset refers to resetting the contents of the current head without leaving log information.

  • git reset HEAD filename removes files from staging area
  • Git Reset–hard head~3 resets all the latest 3 commits, as if they had not been committed.
  • Git Reset–hard commit (38679ed709fd0a3767b79b93d0fba5bb8dd235f8) fallback to 38679ed709fd0a3767b79b93d0fba5bb8dd235f8 version

Depending on the –soft–mixed–hard, the working tree and index and head are reset:

  1. Git reset–mixed: This is the default, git reset without any parameters, in this way, it rolls back to a version, only retains the source code, fallback commit and index information
  2. Git reset–soft: Fallback to a version that only returns the commit information and does not revert to the index file level. If you want to submit it, you can do it directly.
  3. Git reset–hard: Completely fallback to a version, the local source code will also become the previous version of the content

Git reset fallback to a previous version

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.