1 生成本地仓库
git init
git add *
git commit -m “init foodpalace”
2创建远程仓库
登陆github
3 将本地仓库推送到远程仓库
先关联 再推送
vue使用git 对项目进行版本控制
最新推荐文章于 2024-12-31 11:21:56 发布
1 生成本地仓库
git init
git add *
git commit -m “init foodpalace”
2创建远程仓库
登陆github
3 将本地仓库推送到远程仓库
先关联 再推送