I currently use svn at work.
Our setup is: everyone has a working copy and we commit to a svn server served by apache2.
So I commit changed, the other update, and everyone can work on the copy as they wish.
So it’s pretty easy to deploy.
But now, I’d like to do the same thing but with Git. Would it be possible?
I’d like to have a git repo on my main server, develop at home, commit changes to the server, etc.
Thanks for your help
Yes it’s possible.
On the server where your stuff is located:
On your local computer:
To get changes:
To send changes to server:
Here are links how to setup your server