公司项目git仓库迁移

it2023-06-26  64

1、cd到本地git项目主目录,保证项目是最新代码

2、使用git remote add codeup “要迁移的git库url”

3、然后执行 git push codeup master将代码进行传送

最新回复(0)