On Sat, Apr 28, 2012 at 8:29 AM, Stephan Gambke <[email protected]> wrote: > Can somebody please enlighten me on how to just pull the latest HEAD > version, no questions asked?! >
If you've cloned MediaWiki core: `git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git` Then staying up to date is just: `git pull origin master` If you start changing files or trying to merge branches then you run the risk of getting conflicts, but there's zero reason a simple clone & pull would conflict. -Chad _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
