My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Dylan

8 likes

·

3.3K reads

1 comment

Rupesh Biswas
Rupesh Biswas
Apr 16, 2023

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.

1
·