GitHub - commit local changes in local branch to remote branch
- by user62046
I use Git Shell in Windows 7, working in a branch named Save-Rotation.
Then I used git push origin Save-Rotation to commit the changes to remote.
The result is posted at the end. It seems good.
But when I went to my repository in GitHub site, which is
https://github.com/chiapas/sumatrapdf/tree/Save-Rotation
I can't see any change in the…