Git add not working for modified, tracked files. No submodule, no .gitignore -


i'm new user of git , i've searched resolve issue no solutions have worked.

i've modified files in directory being tracked (checked using git ls-remote). when trying add , commit, nothing happening. i've tried:

git add <dir> git status, reports there untracked files (not directory want add, don't): nothing added commit untracked files present (use "git add" track).

the solutions i've found speak submodules, i'm not using, , using variations of command: git commit -am <dir> or git commit -a -m <dir>, neither of worked.

i don't have .gitignore file using sparse-checkout file. temporarily renamed see if causing problem, despite directory in question being listed in it, didn't change anything.

i'm not sure try next , don't understand why changes aren't being picked up. suggestions appreciated.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -