Contributing Setup

Following the contributor guide, I forked FCC and setup MongoDB etc. and am up and running on my localhost. When I open up the command prompt and check git status I see "modified: ". What action do I take regarding this? mongogulp

I’d like to note that I didn’t make any changes. Prior to npm -install, npm install -g gulp, and cp sample.env .env when checking git status there were no modifications.

I was able to resolve the issue using git checkout –
Not sure how the files were modified to begin with or if it will cause any issues but my git status is clean now.