Git 基础操作
基础知识
Git 基础知识:初始化、配置、推送仓库等
远程仓库
添加远程仓库链接:1
2git remote add <shortname> <url> #格式
$ git remote add origin https://blog.devhitao.com/git/blog.git
重新添加远程仓库链接:1
2git remote set-url <shortname> <url> #格式
$ git remote set-url origin https://blog.devhitao.com/git/dev.git
参考资料
文档信息
- 版权声明:自由转载-保持署名-非商用-非衍生 ( CC BY-NC-ND 4.0 )