Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

True. Git works over ssh natively. you set up a repo in your homedir using “git init —bare”. Say in a repo subdir. Then doing git clone user@server:subdir will clone that repo on another machine and allow push and pull over ssh.

In other words, the server is sshd.

Enjoy!



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: