git gush submission always reports Everything up-to-date
Do git add before submission. And git commit - m
漂亮男人2017-05-02 09:37:41
You are on Windows system, right? Why F:testGitdrag>
doesn’t it show what branch you are under? Judging from your tip, there is a problem here
HEAD detached from 515389f
nothing to commit, working directory clean
You can try the following execution
git reset --hard e3f1e37
git push --force origin 你的分支
PHPz2017-05-02 09:37:41
The reason is that you are not currently on any branch.
You can switch through git checkout master first.