You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dcsan
Serious error!! I can't edit this repo in Windows because of the colon : character in the filename. 😟
Shouldn't the node_modules directory and this wiki directory be gitignored so that they don't show up in the repo? Technically, they shouldn't be included in the repo because they're not source files. They're only additional files which can be download later.
See what happens when I try to commit my changes.
Since I'm on windows, that wiki .md file doesn't get added in the working tree after cloning. So it means for git the file is deleted outside of git and when I try to commit my changes, it automatically adds that file to staging and ready for commit. And hence I'm unable to make a commit. 😟
The text was updated successfully, but these errors were encountered:
@dcsan

Serious error!! I can't edit this repo in Windows because of the colon
:
character in the filename. 😟Shouldn't the
node_modules
directory and thiswiki
directory be gitignored so that they don't show up in the repo? Technically, they shouldn't be included in the repo because they're not source files. They're only additional files which can be download later.See what happens when I try to commit my changes.

Since I'm on windows, that
wiki .md
file doesn't get added in the working tree after cloning. So it means for git the file is deleted outside of git and when I try to commit my changes, it automatically adds that file to staging and ready for commit. And hence I'm unable to make a commit. 😟The text was updated successfully, but these errors were encountered: