I'm new to GitHub. In recent days I was troubled by how to update files to GitHub.
All I want to do is upload file/files I specified to update(or override) existed file on Git remote repo without build other branches.
I try to search answer from web, but the answers are not I expected.
Because of personal reasons, I need frequently update the same file many times.
I sincerely hope someone could help me work out this question.
One of my senior students suggested me use git rebase origin/master
to achieve this, but it only worked once. When I try to do like this again, Git prompts me: "there has a revision".