# CoolWeather **Repository Path**: lypandroid/CoolWeather ## Basic Information - **Project Name**: CoolWeather - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-07 - **Last Updated**: 2022-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #CoolWeather #git init #git add . #git commit -m"说明" # #git remote remove origin #git remote add origin https://git.oschina.net/lypandroid/CoolWeather.git #git pull origin master --allow-unrelated-histories #git push -u origin master # #如果修改了就 #git add . #git commit -m"说明" #git push -u origin master # 13477311092@163.com # lyp1991 本地关联远程分支 git branch --set-upstream-to=origin/master master ############################################################################## git branch --set-upstream-to=origin/remote_branch your_branch 其中,origin/remote_branch是你本地分支对应的远程分支;your_branch是你当前的本地分支。