Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 4091 days ago | link | parent

Yeah I've been using git with this workflow: http://joemaller.com/990/a-web-focused-git-workflow


1 point by idoh 4091 days ago | link

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 4091 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.

-----