I basically have two github private repositories in two different account and I want to set a provision in such way that when the code is pushed to first repository it should automatically available in (sync with) second repository created under different account.
I have referred https://github.com/makefu/repo-sync but didn't help.
Any one has steps to achieve this?