Arc Forumnew | comments | leaders | submitlogin
1 point by idoh 4091 days ago | link | parent

Thanks Kartik. My git knowledge is about the level where I can pull and push to github and resolve minor conflicts, so this is probably a really basic question -

I know how to install git, but how hard is it to set up a git server to receive the remote pushes from dev?



1 point by akkartik 4090 days ago | link

It sounds like you have ssh access to your server, in which case it's super easy, no server needed at all, git push will work over ssh.

-----