question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GitHub Desktop is showing changes but I havent made changes and up to date with master

See original GitHub issue

Description

From time to time when I open GitHub Desktop program it will show changes even when I didn’t make any changes to the file locally and I’m up to date with master branch.

Version

  • GitHub Desktop: Ver. 1.1.1
  • Operating system: Windows 10 Pro Native - [Version 10.0.17134.48]

Steps to Reproduce

  1. Open GitHub Desktop
  2. Verify you’re on master & click Pull
  3. A file or change another co-worker did shows under changes
    • But, I did pull and expect to see any new changes or file. The problem I’m having is it’s showing changes but I didn’t make any changes locally please help.

Expected Behavior

Would expect after opening GitHub desktop and pulling and syncing with master that no changes should be showing because I havent made any local changes.

Actual Behavior

The problem I’m having is it’s showing changes but I didn’t make any changes locally please help.

Additional Information

2018-05-17_16-40-08

Logs

2018-05-17.desktop.production.log

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:19 (7 by maintainers)

github_iconTop GitHub Comments

10reactions
stevewardcommented, Apr 8, 2020

@ryanagler you can try running git config core.filemode false to ignore file mode changes for the specific repository you are working with. If you would like to set that option globally you can use the --global flag to set it in the global .gitconfig.

7reactions
vanvughtcommented, Dec 9, 2019

This is still a bug. I have 1600+ changed files which are not changed. And all telling : “no content changes found”.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GitHub Desktop is showing changes but I havent made ...
GitHub Desktop is showing changes but I havent made changes and up to date with master #7416. Sign in to view logs ·...
Read more >
Git status says "up to date with origin/master" after changes ...
First off, git won't track empty directories, so that hi/ directory not showing up is fine. What happens if you create a file,...
Read more >
Critical bug: GitHub desktop believes files are changed which ...
Yes. The problem seems to be that someone has changed the case of some letters in the file names. If the only change...
Read more >
Lots of files with "No content changes found" #3987 - GitHub
Many files in my repository are shown as modified, but clicking on them makes right panel show "No content changes found". "git status"...
Read more >
GitHub Desktop deletes repository files · Issue #11992
This is what happened to me. Master branch. All files committed. No pending changes. Attempt to switch to another branch. ... GitHub Desktop...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found