Нужно скопировать файл foo из master в gh-pages.

git checkout gh-pages
git checkout master foo
git commit -m 'Add file foo to gh-pages.

Соответственно для копипрования всей ветки

git checkout master ./

Ссылки:

http://stackoverflow.com/questions/17416691/how-can-i-copy-files-from-a-branch-to-another-using-git

Solve Screen Error Cannot Open Your Terminal /dev/pts/0 - Please Check

При попытке открытия терминала screen можно получить ошибку```Cannot open your terminal '/dev/pts/0' - please check.```Это бывает когда п...… Continue reading

How to Install GoLang 1.5 on Ubuntu

Published on April 29, 2016