GitHub 下载的 zip 代码如何与原仓库再次建立连接

执行如下命令即可(注意替换关键词)

1
2
3
4
5
6
7
unzip <repo>.zip
cd <repo>
git init
git add .
git remote add origin https://github.com/<user>/<repo>.git
git remote update
git checkout master

GitHub 下载的 zip 代码如何与原仓库再次建立连接
https://blog.mauve.icu/2021/11/25/develop-note/git-remote-reconnect/
作者
Shiroha
发布于
2021年11月25日
许可协议