© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Rupesh Biswas
Awesome guide. Thanks.
To add if anyone is facing issue of git showing all files as modified you can run the below command.
git config --global core.autocrlf true
The issue occurs due to git confusing between windows and Linux file systems.