0

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:

enter image description here

What do I have to do? (I'm a github noob..)

3DExtended
  • 153
  • 15

1 Answers1

1

Click the 'Push' button to push the commits to your origin.

Alternatively using commandline: git push origin.

Roy Wang
  • 11,112
  • 2
  • 21
  • 42