Skip to content

Monthly Archives: December 2011

Setting up my git server

14-Dec-11

I just wanted to get this written down somewhere before I forget how I did it or forget how to use it. I installed git on my server. I added my ssh key to the server: scp ~/.ssh/id_rsa.pub [username]@[server]:.ssh/authorized_keys I then wrote the following script (I actually stole most of it but that’s moot. Credit [...]