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 8772405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:01:25+00:00 2026-06-13T18:01:25+00:00

I expect git checkout <commit> to flash both the working tree and index to

  • 0

I expect git checkout <commit> to flash both the working tree and index to the <commit> version. However, in some cases it will keep the current changes in both the working tree and index. For example:

git branch br1
git branch br2
git checkout br1
<make change M1 to file foo>
git add foo
<make change M2 to file foo>
git checkout br2

Now all the working tree/index changes made in branch br1 are kept in the branch br2, as git status on br2 won’t give a clean message. I guess this is because the head of br1 and br2 originally have the same version of file foo, and Git can automatically detect this.

Question:

  • When does Git decide not to flash the working tree and index? Are there any other corner cases?
  • 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-06-13T18:01:26+00:00Added an answer on June 13, 2026 at 6:01 pm

    The git checkout command actually has two different (common) operating modes.

    1. If you run git checkout <branch>, then you will switch to branch <branch>. All changes to the working tree will be kept — and this works by merging the uncommitted changes to the target branch, so it can fail. Changes in the index will be stashed.

    2. If you run git checkout <path>, then git will wipe out the changes to <path> in both the index and the working copy by getting them from the current commit.

    So the purpose of git checkout <branch> is in case you decide that the changes you’re making actually belong on a different branch.

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

Sidebar

Related Questions

I expect this might get some downvotes / closevotes but I'm going to ask
I expect that framework level updates (such as async) will not be able to
I have a file, foo.txt Create and checkout branch 'branch_A' git mv foo.txt bar.txt
I want to associate custom metadata with a git commit . Specifically to record
Is there any builtin commands to read a Git index? Since the index is
I never expect renaming a git repo, which, more specifically, is the top-level folder
I'm using git-annex to manage my files. Some of my remotes are available using
If I run git diff I would expect to see a list of changes
pexpect is not working with time outs. import pexpect import sys import os os.system(git
BACKGROUND: when local username is not the same as the git username, git will

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.