Le 29/06/12 18:36, Petr Bena wrote:
> But that's a lot of hand work, if we really do this, we won't use
> gerrit at all, we just copy paste code from diffs by hand and insert
> it to some extra files. I would rather volunteer to sync branches
> rather than this creep work.

What hand work are you referring to? copy/paste in git world is
something like:

 # Copy:
 git fetch <repo> <ref>
 # Paste:
 git merge FETCH_HEAD

Anyway, anyone can clone the repository and do their stuff on their own.
That is defacto a branch (your master is not the WMF master, it is a
copy).  A local commit can be distributed to over people via Gerrit.

-- 
Antoine "hashar" Musso




_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to