- Get the latest copy of the articles from wikipedia download page.
> wget http://download.wikimedia.org/enwiki/latest/enwiki-latest-pages-articles.xml.bz2
| alias gstart="git branch -D developing && git branch developing && git checkout developing" | |
| gfinish () { git branch $1 && gco $1 && ggpush } |