[08:00:48] infobliss: I'm also trying to make the most complicated event notification system ever for a (partial) tool labs tool https://github.com/toollabs/video2commons/issues/85 ;) [08:02:11] hmm nice. [08:02:33] server -> client pushing is harrrd [08:03:50] yeah ok. [08:04:00] you want to notify whom? [08:04:14] the user who has started the task? [08:04:25] notify the users of v2c about the task status updates [08:04:27] yeah [08:04:37] but any client tracking the task [08:05:16] v2c task running is in the background separate from tool labs [08:05:44] oh you are planning a separate tool altogether. [08:05:51] no [08:06:15] just a way to get both node.js and flask serve webservices [08:06:41] flask does all the calculations, node does the pushing [08:06:43] hmm [08:07:23] well, v2c is an overcomplicated tool https://wikitech.wikimedia.org/wiki/Nova_Resource:Video/Help/video2commons [08:07:35] :P [08:20:58] I have made one new branch for the sibutest repo. Now I want to push my present working code into this branch. [08:21:08] yeah [08:21:27] This branch now contains all the files copied from the master branch. [08:21:41] But I want this to be empty. [08:21:54] I don't think I understand [08:22:00] Do I have to delete the files one by one manually? [08:22:56] so you want to create an empty branch? [08:23:04] yes [08:23:51] https://stackoverflow.com/questions/13969050/how-to-create-a-new-empty-branch-for-a-new-project [08:24:21] a branch with no parents [08:24:38] Ok I see. [08:24:58] thanks :) [08:25:07] np [08:25:17] and google is your friend :) [08:25:36] you are a wiser friend :)