i am using bitbucket and my local server and planning github too as remoteservers.
so is it possible to set these as remote urls.
so that when a single git push will push the code to all the remote servers. and also other members can clone the project from any of these servers and when they use git push it will push to all the remote servers too.
Create a remote and give it multiple URLs.
In your project's .git/config
.
[remote "everyone"]
url = local
url = bitbucket