git deletes a commit that was submitted incorrectly

Source: Internet
Author: User

Cause: No small new file submitted to git that records the company server IP, account number, password

Method:

git reset--hard <commit_id>

git push origin HEAD--force



Other:

depending on the –soft–mixed–hard, the working tree and index and head are reset:
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
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.
git reset–hard: Completely fallback to a version, the local source code will also become the previous version of the content


HEAD Last Commit
head^ last time
<commit_id> SHA1 value for each commit. You can see it in git log, or you can find it in the Commit tab on the page.

Commit Merge:
http://www.douban.com/note/318248317/

git deletes a commit that was submitted incorrectly

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.