Home > other >  Eclipse: How to push a new commit after editing a readme file?
Eclipse: How to push a new commit after editing a readme file?

Time:01-30

I'm working with eclipse and I push the commits from eclipse. I have a repo with a few commits.

Few days ago I edited direct in the github account the readme file of this repo.

Now I wanted to push new commit, but the changes does not appear in the repo.

In eclipse/ repo history I can find the commit.

Any help would be greatly appreciated.

CodePudding user response:

You need to do, from Eclipse, a pull --rebase in Eclipse

Then, and only then will you be able to push.

  •  Tags:  
  • Related