On Wed, Jun 6, 2012 at 1:45 AM, Bergi <[email protected]> wrote: > But I thought there was a possibility to push to our repository without > using Gerrit / being affected by Gerrit at all? > I can understand that Gerrit is a nice review tool which is useful for the > production and master branches, but I'd like to have a repo for developing > & sharing cool new features without any review at all. The discussion would > happen at bugzilla or mediawiki.org. > Do you think there is a way? >
Until we get things more nicely sorted out, feel free to maintain development repositories on hosted git services such as: * github.com * gitorious.org * etc One of the great benefits of git is that you're *not* forced to always use the same server. You can work on code anywhere you like, share it anywhere you like, with anyone you like, and then rebase/flatten and submit up to gerrit when your code is ready. -- brion _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
