Git push won't do anything (everything up-to-date)
问题 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 everything is up to date, but clearly it's not. git remote show origin responds with the repository I'd expect. Why is Git telling me the repository is up to date when there are local commits that aren't visible on the repository? [searchgraph] git status # On branch develop # Untracked files: # (use "git add <file>..." to include in