[Wikitech-l] Git config trick.

2013-07-19 Thread Ori Livneh
In ~/.gitconfig, add: [url ssh://your_usern...@gerrit.wikimedia.org:29418/mediawiki/extensions/] insteadOf = ext: Now you can: git clone ext:UploadWizard ! --- Ori Livneh o...@wikimedia.org ___ Wikitech-l mailing list

Re: [Wikitech-l] Git config trick.

2013-07-19 Thread C. Scott Ananian
On Fri, Jul 19, 2013 at 2:44 PM, Tyler Romeo tylerro...@gmail.com wrote: This is one of the most useful things I've ever learned. Thanks! It's close, but the '-p' option to just-about-every-git-command still wins the most useful prize. But close! I'll suggest a little variant: [url

Re: [Wikitech-l] Git config trick.

2013-07-19 Thread Tyler Romeo
This is one of the most useful things I've ever learned. Thanks! *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2016 Major in Computer Science www.whizkidztech.com | tylerro...@gmail.com On Fri, Jul 19, 2013 at 1:40 PM, Ori Livneh o...@wikimedia.org wrote: In ~/.gitconfig, add:

Re: [Wikitech-l] Git config trick.

2013-07-19 Thread Roan Kattouw
On Fri, Jul 19, 2013 at 10:40 AM, Ori Livneh o...@wikimedia.org wrote: In ~/.gitconfig, add: [url ssh://your_usern...@gerrit.wikimedia.org:29418/mediawiki/extensions/] insteadOf = ext: Now you can: git clone ext:UploadWizard ! ! indeed. Sweet trick, dude, thanks! Roan

Re: [Wikitech-l] Git config trick.

2013-07-19 Thread Paul Selitskas
Father of God^WGit. Thanks, works like a charm! On Fri, Jul 19, 2013 at 8:40 PM, Ori Livneh o...@wikimedia.org wrote: In ~/.gitconfig, add: [url ssh://your_usern...@gerrit.wikimedia.org:29418/mediawiki/extensions/ ] insteadOf = ext: Now you can: git clone ext:UploadWizard ! ---

Re: [Wikitech-l] Git config trick.

2013-07-19 Thread Antoine Musso
Le 19/07/13 19:40, Ori Livneh a écrit : In ~/.gitconfig, add: [url ssh://your_usern...@gerrit.wikimedia.org:29418/mediawiki/extensions/] insteadOf = ext: Now you can: git clone ext:UploadWizard Oh my god I should read the doc. Tip variant: [url ssh://gerrit.wikimedia.org:29418/]