GitHub Desktop is showing changes but I havent made changes and up to date with master
See original GitHub issueDescription
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
- Open GitHub Desktop
- Verify you’re on master & click Pull
- 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
Logs
Issue Analytics
- State:
- Created 5 years ago
- Comments:19 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
.This is still a bug. I have 1600+ changed files which are not changed. And all telling : “no content changes found”.