+ [2015-02-25T22:44:51Z] dman777 ya...but the modification wasn't commited
+ [2015-02-25T22:45:02Z] VxJasonxV I think you're out of luck
+ [2015-02-25T22:45:22Z] VxJasonxV the reflog doesn't get written unless there's an action
+ [2015-02-25T22:45:43Z] dman777 ok, thanks
+ [2015-02-25T22:56:24Z] Remram travis is down aaaaah the world is ending run for cover!

message no. 81200

Posted by raj in #github at 2015-02-25T02:33:47Z

if I fork someone's google app script project from github, how can I install/run my forked one?
+ [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] thibaultcha geomyidae_: git reset --soft HEAD~2 && git commit -m 'your comit new message' && git push --force
+ [2015-02-26T01:11:13Z] thibaultcha your new commit message* (since they want you to be more descriptive)
+ [2015-02-26T01:13:37Z] geomyidae_ thibaultcha: thank you!