GDG Seoul, 26th Feb. 2014
$ git clone https://github.com/{YOUR_ACCOUNT}/www.html5rocks.com.git
$ git branch -b 'article.ko.webcomponents.shadowdom-101
cwdoh-2:shadowdom cwdoh$ mkdir ko
cwdoh-2:shadowdom cwdoh$ cp -pfr ./en/* ./ko/
cwdoh-2:shadowdom cwdoh$ ls -l total 0 drwxr-xr-x 3 cwdoh staff 102 2 14 09:18 en drwxr-xr-x 3 cwdoh staff 102 2 17 17:35 ko drwxr-xr-x 7 cwdoh staff 238 2 14 09:18 static drwxr-xr-x 3 cwdoh staff 102 2 19 09:20 zh cwdoh-2:shadowdom cwdoh$
$ git add index.html
$ git commit -m "Completed translation of 'Supercharging your Gruntfile' into Korean"
$ git push origin article.ko.supercharging-your-gruntfile