I want to set the last commit to the origin. (So that my origin is the same as my last commit)
My history looks like this:
What do I have to do? (I'm a github noob..)
I want to set the last commit to the origin. (So that my origin is the same as my last commit)
My history looks like this:
What do I have to do? (I'm a github noob..)
Click the 'Push' button to push the commits to your origin.
Alternatively using commandline: git push origin.