brodycritchlow / Cookie-Clicker

MIT License
0 stars 0 forks source link

Folder Not Reconginzed by Git #10

Open brodycritchlow opened 4 years ago

brodycritchlow commented 4 years ago

Tree

├── LICENSE ├── README.md ├── css │   └── style.css ├── index │   └── index.html └── js └── main.js

Problem

The CSS folder doesn't show up in git status nor does it get committed. I'm using bash virtualization in windows 10.

Git Status Output

On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   .github/workflows/blank.yml

Ubuntu Terminal v1804.2019.521.0 Virtualized Computer Name fname@Computer1

brodycritchlow commented 4 years ago

Windows 10 (Not bash terminal)

Git Status Output

On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
brodycritchlow commented 4 years ago

Git Checkout CSS Output

error: pathspec 'css' did not match any file(s) known to git