It is IMPORTANT to note that you MUST COMMIT ALL PREVIOUS CHANGES BEFOE CONTINUING
-
Remove everything from Local Repo
git rm -r --cached .
or if you are untracking a specific file(s)git rm -r --cached name_of_file
-
Add back all untracked files you need