# HelloWorld **Repository Path**: longshu/HelloWorld ## Basic Information - **Project Name**: HelloWorld - **Description**: https://github.com/Xlongshu/HelloWorld - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-10-20 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HelloWorld HelloWorld 推送到多个远程仓库: 编辑本地仓库的.git/config文件 ``` [remote "all"] url = https://github.com/Xlongshu/HelloWorld.git url = https://git.oschina.net/longshu/HelloWorld.git ``` 或者: ``` git remote add all https://github.com/Xlongshu/HelloWorld.git git remote set-url --add all https://git.oschina.net/longshu/HelloWorld.git ``` 提交: git push all