16 lines
292 B
Bash
16 lines
292 B
Bash
git remote rm origin
|
|
|
|
git remote add origin git@github.com:hongyehuicheng/lilishop.git
|
|
|
|
git push --set-upstream origin master
|
|
|
|
git remote rm origin
|
|
|
|
git remote add origin git@gitee.com:beijing_hongye_huicheng/lilishop.git
|
|
|
|
sleep 1
|
|
|
|
git branch --set-upstream-to=origin/master master
|
|
|
|
git pull
|