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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:49:12+00:00 2026-05-23T04:49:12+00:00

I have a repo that has two files that supposedly I changed locally. So

  • 0

I have a repo that has two files that supposedly I changed locally.

So I’m stuck with this:

$ git status
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#       modified:   dir1/foo.aspx
#       modified:   dir2/foo.aspx
#
no changes added to commit (use "git add" and/or "git commit -a")

Doing git diff says that the entire file contents have changed, even though from eyeballing it that seems untrue (there seem to be common line ranges that diff seems to be failing to see).

Interestingly I don’t remember changing these files locally. This repo is used with one remote repo (private, at GitHub.com, FWIW).

No matter what I’ve tried, I can’t discard these local changes. I have tried all of:

$ git checkout -- .
$ git checkout -f
$ git checkout -- dir1/checkout_receipt.aspx
$ git reset --hard HEAD
$ git stash save --keep-index && git stash drop
$ git checkout-index -a -f

In other words I’ve tried everything described in How do I discard unstaged changes in Git? plus more. But the 2 files remain stuck as “changed but not committed”.

What the heck would cause two files to be stuck like this and seemingly “un-revert-table”??

P.S. In the list above showing commands I’d already tried, I mistakenly wrote git revert when I meant git checkout. I’m sorry and thank you to those of you who answered that I should try checkout. I edited the question to correct it. I definitely did already try checkout.

  • 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-23T04:49:12+00:00Added an answer on May 23, 2026 at 4:49 am

    What are the line endings in the files? I’m betting they’re CRLF. If they are, check out this guide: http://help.github.com/line-endings/

    In short, you need to make sure git is set to convert the line endings to LF on commit, and then commit those files. Files in the repo should always be LF, files checked out should be the OS’s native, assuming you set git correctly.

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

Sidebar

Related Questions

I have a git repo that has a directory full of user uploaded files.
I have a fresh git-svn repo (11.13 GB) that has over a 100,000 objects
I have a branch in a badly structured svn repo that needs to be
I have a git repo with a bunch of source code, and when that
I have a project that's using git. When I received the repo, it had
I have two repos: repo and repo-develop repo is meant for production and has
I have a git repo with two divergent branches, production and v2. I'm working
Hi I have SVN repo that I frequently use for change management. However after
Suppose that: I have a repo called MyRepo. I have uncommitted changes in my
I have a repo (origin) on a USB key that I cloned on my

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.