[14:39:17] [[Tech]]; AirSThib; /* E-mail adress for Wikinews */ + réponse; https://meta.wikimedia.org/w/index.php?diff=19746606&oldid=19732798&rcid=14772573 [14:48:31] [[Tech]]; Tacsipacsi; /* E-mail adress for Wikinews */ public mailing list is a big no; https://meta.wikimedia.org/w/index.php?diff=19746625&oldid=19746606&rcid=14772620 [15:50:07] Any way to automate two way sync of VideoCutTool gerrit repo and my github repo ? [15:50:07] (git clone "https://gerrit.wikimedia.org/r/labs/tools/VideoCutTool" & https://github.com/gopavasanth/video-cut-tool) [17:00:22] Gopa: The best would be writing a one liner tbh [17:00:37] pull from the remote, rebase your master, push to your origin [17:04:02] Reedy: Mainly I'm looking for reverse direction (2 way). Aah Is there any script which is already implemented this for reference ? [17:04:19] It kinda gets awkward doing that [17:04:26] You obviously don't want to be force pushing [17:04:29] But you're going to be rebasing... [17:04:38] And you're going to potetnially end up with a messy tree [17:05:20] I would obviously suggest on GH not to do patches onto master, and to use branches [17:34:01] Reedy: Thanks reedy :)