On Sat, Apr 28, 2012 at 8:29 AM, Stephan Gambke s7eph4n@gmail.com 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%60
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