随笔分类 - Git使用
摘要:git fork后同步源仓库 设置源仓库的远程地址 git remote add [新地址名称] [源仓库远程地址] git remote add upstream https://github.com/leisurelicht/wtfpython-cn 同步fork git fetch [新地址名
阅读全文
摘要:打开码云(gitee) 账号关联github账号 从github导入创建仓库,导入相应的仓库 把gitee上的仓库clone本地 git clone https://gitee.com/xxx/xxx.git 移处gitee远端(不移除也可以,但新添加的远端的名字不能叫origin) git rem
阅读全文
摘要:移步 https://blog.ihui.ink/2019/12/15/build-own-gitserver/
阅读全文