Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1028127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T12:20:23+00:00 2026-05-16T12:20:23+00:00

I just checked out an earlier commit from my local git repo. I haven’t

  • 0

I just checked out an earlier commit from my local git repo. I haven’t made any changes to it, I was just looking at it. Now I want to go back to my latest commit – how do I do that?

The exact command I used to check it out:

git checkout e5dff6b3c5d704f9b598de46551355d18235ac08

Now when I type git log, at the top I see this checked out commit, but none of my later commits. Did I accidentally delete those?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T12:20:24+00:00Added an answer on May 16, 2026 at 12:20 pm

    Try this first:

    git checkout master
    

    (If you’re on a different branch than master (or main), use the branch name there instead.)

    If that doesn’t work, try…

    For a single file:

    git checkout HEAD /path/to/file
    

    For the entire repository working copy:

    git reset --hard HEAD
    

    And if that doesn’t work, then you can look in the reflog to find your old head SHA and reset to that:

    git reflog
    git reset --hard <sha from reflog>
    

    HEAD is a name that always points to the latest commit in your current branch.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just checked out a revision from Subversion to a new folder. Opened the
I've just checked out a solution from Subversion and ReSharper is telling me it
On my production server, I just have master always checked out. I do git
Using Netbeans I once checked out a project from a SVN repository, just to
I've checked out the other page jump questions here on SO and I haven't
I'm running Delphi XE2 w/ update 3. I've just checked out the read-only branch
I am using Intellij 9.0.4 I checked out a project from SVN, set up
I just installed Windows 7 with NetBeans 6.5.1 and JDK 6u16. I've checked out
i have checked out webkit source code from they svn server, when i issued
On git, I checked out one file, then I didn't want to modify it,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.