$ git add . warning: adding embedded git repository: src/txt/Spring2018_HITCS_SC_Lab5 hint: You've added another git repository inside your current repository. hint: Clones of the outer repository will not contain the contents of hint: the embedded repository and will not know how to obtain it. hint: If you meant to add a submodule, use: hint: hint: git submodule add <url> src/txt/Spring2018_HITCS_SC_Lab5 hint: hint: If you added this path by mistake, you can remove it from the hint: index with: hint: hint: git rm --cached src/txt/Spring2018_HITCS_SC_Lab5 hint: hint: See "git help submodule" for more information.
$ git status On branch master Your branch is up to date with 'origin/master'.
Changes to be committed: (use "git reset HEAD <file>..." to unstage)
deleted: src/txt/Spring2018_HITCS_SC_Lab5 new file: src/txt/Spring2018_HITCS_SC_Lab5/NetworkTopology-Big.txt new file: src/txt/Spring2018_HITCS_SC_Lab5/README.md new file: src/txt/Spring2018_HITCS_SC_Lab5/file2.txt new file: src/txt/Spring2018_HITCS_SC_Lab5/file3.txt new file: src/txt/Spring2018_HITCS_SC_Lab5/file4.txt new file: src/txt/Spring2018_HITCS_SC_Lab5/file5.txt new file: src/txt/Spring2018_HITCS_SC_Lab5/file6.txt new file: src/txt/Spring2018_HITCS_SC_Lab5/file7.txt new file: src/txt/Spring2018_HITCS_SC_Lab5/file8.txt