1: git commit -m "change."? ?# 先把所有為保存的修改打包為一個commit
2: git remote remove origin? # 刪掉原來git源
3: git remote add origin http://xxxxxxxxxx.git? ?# 將新源地址寫入本地版本庫配置文件
4: git push -u origin master? ?# 提交所有代碼
1: git commit -m "change."? ?# 先把所有為保存的修改打包為一個commit
2: git remote remove origin? # 刪掉原來git源
3: git remote add origin http://xxxxxxxxxx.git? ?# 將新源地址寫入本地版本庫配置文件
4: git push -u origin master? ?# 提交所有代碼