Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git push should update origin/master #50

Closed
pchampin opened this issue Nov 9, 2016 · 3 comments
Closed

git push should update origin/master #50

pchampin opened this issue Nov 9, 2016 · 3 comments

Comments

@pchampin
Copy link

pchampin commented Nov 9, 2016

try the following:

git commit
git fetch
git merge origin/master
git push

after the push, the branch origin/master has not been updated from its position got after the fetch, which is not consistent with how git actually works (it should end up on the same commit as master).

@kheyse-werk
Copy link

Duplicate of #19 ?

@pchampin
Copy link
Author

pchampin commented Mar 2, 2018

Indeed, it is a duplicate.

@waldyrious
Copy link

Indeed, it is a duplicate.

Any reason not to close this, then?

@pchampin pchampin closed this as completed Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants