Can't stage folder for commit with git add . or git add -u
问题 so if I do a git status I get: bsg-integration> git status 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) (commit or discard the untracked or modified content in submodules) modified: bsg-services (untracked content) no changes added to commit (use "git add" and/or "git commit -a") I then tried using git add . and