After a git commit
, I have two options:
git push
git push origin master
My intent is to push my changes in my local repo to GitHub master branch. In what circumstances do they make a difference?
(Also, what does "origin" here mean?)
[UPDATE]:
I think this is not a duplicate question with this post, because, on the mentioned duplicate post, the question about git push origin
and in this question is about git push
only.