github - Is it possible to set two remote urls for a git repository? -


i using bitbucket , my local server , planning github remoteservers.

so possible set these remote urls.

so when single git push push code remote servers. , other members can clone project of these servers , when use git push push remote servers too.

create remote , give multiple urls.

in project's .git/config.

[remote "everyone"] url = local url = bitbucket 

Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -