+[2015-02-25T22:44:51Z]dman777ya...but the modification wasn't commited +[2015-02-25T22:45:02Z]VxJasonxVI think you're out of luck +[2015-02-25T22:45:22Z]VxJasonxVthe reflog doesn't get written unless there's an action +[2015-02-25T22:45:43Z]dman777ok, thanks +[2015-02-25T22:56:24Z]Remramtravis is down aaaaah the world is ending run for cover!
the reflog doesn't get written unless there's an action
+[2015-02-26T01:08:14Z]geomyidae_https://github.com/openshift/origin/pull/1152 +[2015-02-26T01:08:20Z]geomyidae_how do I squash these inside the PR? +[2015-02-26T01:10:52Z]thibaultchageomyidae_: git reset --soft HEAD~2 && git commit -m 'your comit new message' && git push --force +[2015-02-26T01:11:13Z]thibaultchayour new commit message* (since they want you to be more descriptive) +[2015-02-26T01:13:37Z]geomyidae_thibaultcha: thank you!