Setting up central git repo on local Mac network
Posted
by
Dashman
on Server Fault
See other posts from Server Fault
or by Dashman
Published on 2012-07-04T13:00:00Z
Indexed on
2012/07/04
15:17 UTC
Read the original article
Hit count: 158
We are a team of three, all working on our local machines on the same internal network.
We will all be working on websites in local working copies of the same Git repo hosted on Github.
We have an internal staging machine here (dev.internal), and I am looking for a way for us to be able to push to this machine. At each milestone in the development cycle.
In essence, all I really want us to be able to do is add the dev.internal machine as a remote, and push to this whenever we are ready.
Could somebody please point me in the right direction to get this set up?
© Server Fault or respective owner