https://bugzilla.wikimedia.org/show_bug.cgi?id=48220
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Krinkle <[email protected]> --- (In reply to comment #1) > I have created Gerrit and bugzilla accounts. > > However I am not able to git push my changes. Please find the error log below Like pull requests on GitHub, Gerrit uses a model where a change can be proposed before merging it. However contrary to GitHub, Gerrit also allows a model where changes have to be proposed and reviewed before merging. Regular git pushes straight to 'master' are not allowed. Instead you push to 'refs/for/master' (the review queue). See also: * https://www.mediawiki.org/wiki/Gerrit/Getting_started But mainly: * install git-review * use git review instead of git push -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
