I'm quite new to GIT and still learning concepts so kindly bear with me.
Is it possible to setup master-slave setup in GIT . Say at location A(server A) all the commit activities are happening and it has to be pushed to location B which will act as a master. Sync b/n A to B can happen nightly.
Its like we don't to use our master @ location B to commit , pull etc due to bandwidth restriction .All the version control activities has to be done from location A only. IS it possible, if so how ??
Thanks in advance.