U just become curious because many people using github to store their own files , host a sourcecode, and anything else. Then i think to make some try for it… So i registered to github… hopla,,, register, add a repo… try to clone, success ~_~
But something become completed when i need to add files to github again… So there was some ssh keys to use, to make we can add some files to the repo.
#pacman -S openssh git --needed
Generate you ssh keys.
$ ssh-keygen -t rsa -C "your_email@youremail.com"
Done? the key will be in your ~/.ssh/ directory, so just open it with text editor then add it to github. Hopla… you can push to gitu hub now