
innocentkiller at gmail
Apr 28, 2012, 5:37 AM
Views: 128
Permalink
|
|
Re: Git - I just want to pull the HEAD version
[In reply to]
|
|
On Sat, Apr 28, 2012 at 8:29 AM, Stephan Gambke <s7eph4n [at] gmail> 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 Wikitech-l [at] lists https://lists.wikimedia.org/mailman/listinfo/wikitech-l
|