Шпаргалка для нубів :)
cd ~
touch .gitconfig
git config --global http.proxy http://proxyuser:proxypass@proxyaddress:8080
git clone https://github.com/nyurch/nyurch.github.io
cd /директорія_ропозиторію
git add --all
git commit -m "$(date +%x)"
git push -u origin master
git push -f origin master