latest 20 messages by rob_

+ [2016-10-24T08:01:12Z] rob_ delete the branch you dont want, then make a copy of your backup branch?
+ [2016-10-20T14:51:28Z] rob_ hi, anyone know how to setup github with irc notifications?
+ [2016-04-07T12:31:55Z] rob_ thanks
+ [2016-04-07T12:31:52Z] rob_ tobiasvl: ok, writing email now..
+ [2016-04-07T12:26:02Z] rob_ basically is there a way to create the wiki repository for a project using an api call to github.com, or something?
+ [2016-04-07T12:25:00Z] rob_ anyone know how i might be able to get around this?
+ [2016-04-07T12:24:50Z] rob_ hi, i'm trying to migrate github enterprise repositories to a private github.com organization and i've hit a problem trying to migrate our repository wikis. even if i use octokit to create a repository and it has :has_wiki set to true, the remote wiki repository isn't created, and can't be created programmatically..
+ [2015-07-12T13:44:26Z] rob_ courrier_: i dont think you can do that
+ [2015-06-28T18:55:38Z] rob_ fahadash: try git commit -m 'asdasdas'
+ [2015-06-28T18:12:37Z] rob_ fanofgit_: don't prefix with a hash
+ [2015-04-21T09:42:50Z] rob_ oh, nevermind!
+ [2015-04-21T09:40:51Z] rob_ anyone know how to link to a section in github markdown? e.g: [Foo](#foo) ?
+ [2014-11-07T20:04:09Z] rob_ hmm, doesnt workr
+ [2014-11-07T20:03:20Z] rob_ actually maybe i can just specify page.layout as that already gets set
+ [2014-11-07T20:02:36Z] rob_ then add condition: {% if page.page_type == 'post' %}foo{% endif %}
+ [2014-11-07T20:02:12Z] rob_ setting page_type: in each post works
+ [2014-11-07T20:00:07Z] rob_ was hoping this wouuld set 'page.page_type' for all 'posts' pages
+ [2014-11-07T19:59:55Z] rob_ http://hastebin.com/emokawafuq.sm
+ [2014-11-07T19:55:33Z] rob_ actually it doesnt seem to be working
+ [2014-11-07T19:50:38Z] rob_ ah, found a way to do it