I\'m trying to update a Git repository on GitHub. I made a bunch of changes, added them, committed then attempted to do a git push. The response tells me that e
git push
Try git add -A instead of git add .
git add -A
git add .