+ [10 years ago] dman777 ya...but the modification wasn't commited
+ [10 years ago] VxJasonxV I think you're out of luck
+ [10 years ago] VxJasonxV the reflog doesn't get written unless there's an action
+ [10 years ago] Remram travis is down aaaaah the world is ending run for cover!

message no. 81195

Posted by roamingdog in #github at 2015-02-25T00:04:59Z

is there a delay between pushing changes to gh-pages branch and them showing up?
+ [10 years ago] geomyidae_ https://github.com/openshift/origin/pull/1152
+ [10 years ago] geomyidae_ how do I squash these inside the PR?
+ [10 years ago] thibaultcha geomyidae_: git reset --soft HEAD~2 && git commit -m 'your comit new message' && git push --force
+ [10 years ago] thibaultcha your new commit message* (since they want you to be more descriptive)