Retrieving Files from Org Causes Git file differences on windows
See original GitHub issueWhen doing a source:retrieve
of files that are already local, git detects these files as changed on even when there is no change. This was reported on windows so I suspect it is something to do with line endings.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Git diff Command – How to Compare Changes in Your Code
You can run git diff <commit_hash> <commit_hash> the command to compare the changes between two commits. Like branch comparison, order does ...
Read more >Git in Visual studio code says file is modified even when there ...
When I right-click on the package.xml and say Retrieve Source From Org, it is getting all the files from Org. The problem is...
Read more >VS Code shows modified file - git - Salesforce Stack Exchange
We are working on two types of OS - Windows and Mac. I'm just retrieving code from org and ...
Read more >git-fetch Documentation - Git
Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories.
Read more >Review your repo history - Azure Repos | Microsoft Learn
Compare file versions; Restore files; Compare branches. To learn how to use Visual Studio 2022 with Git, see How Visual Studio makes version ......
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
Have you tried adding a
.gitattributes
file to the root of the repository settingtext=auto
?the sfdx still show conflicts, but now when i choose to override conficts git doesn’t show 4k of changes, thanks a lot!!!