+[10 years ago]dman777ya...but the modification wasn't commited +[10 years ago]VxJasonxVI think you're out of luck +[10 years ago]VxJasonxVthe reflog doesn't get written unless there's an action +[10 years ago]dman777ok, thanks +[10 years ago]Remramtravis is down aaaaah the world is ending run for cover!
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]thibaultchageomyidae_: git reset --soft HEAD~2 && git commit -m 'your comit new message' && git push --force +[10 years ago]thibaultchayour new commit message* (since they want you to be more descriptive) +[10 years ago]geomyidae_thibaultcha: thank you!