“Gitlab”的版本间的差异
(创建页面,内容为“ ==通过远程仓库克隆源码包== 直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包: git clone [ht...”) |
|||
(未显示同一用户的1个中间版本) | |||
第1行: | 第1行: | ||
− | + | ==通过远程仓库克 隆6.0 源码包== | |
− | ==通过远程仓库克 | ||
直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包: | 直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包: | ||
第11行: | 第10行: | ||
git remote add gitlab <nowiki>https://gitlab.com/9tripod/x3399_marshmallow.git</nowiki> | git remote add gitlab <nowiki>https://gitlab.com/9tripod/x3399_marshmallow.git</nowiki> | ||
+ | |||
+ | 使用如下指令同步远程仓库代码: | ||
+ | |||
+ | git pull gitlab master | ||
+ | |||
+ | ==通过远程仓库克隆7.0源码包== | ||
+ | |||
+ | 直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包: | ||
+ | |||
+ | git clone [https://gitlab.com/9tripod/x3399_nougat.git https://gitlab.com/9tripod/x3399_nougat.git] | ||
+ | |||
+ | ==同步远程仓库代码== | ||
+ | |||
+ | 使用如下指令添加<nowiki>gitlab.com</nowiki>远程仓库: | ||
+ | |||
+ | git remote add gitlab <nowiki>https://gitlab.com/9tripod/x3399_nougat.git</nowiki> | ||
+ | |||
+ | 使用如下指令同步远程仓库代码: | ||
+ | |||
+ | git pull gitlab master | ||
+ | |||
+ | ==通过远程仓库克隆linux系统debian9源码包== | ||
+ | |||
+ | 直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包: | ||
+ | |||
+ | git clone [https://gitlab.com/9tripod/x3399_linux.git https://gitlab.com/9tripod/x3399_linux.git] | ||
+ | |||
+ | ==同步远程仓库代码== | ||
+ | |||
+ | 使用如下指令添加<nowiki>gitlab.com</nowiki>远程仓库: | ||
+ | |||
+ | git remote add gitlab <nowiki>https://gitlab.com/9tripod/x3399_linux.git</nowiki> | ||
使用如下指令同步远程仓库代码: | 使用如下指令同步远程仓库代码: | ||
git pull gitlab master | git pull gitlab master |
2017年4月10日 (一) 11:12的最新版本
通过远程仓库克隆6.0源码包
直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包:
git clone https://gitlab.com/9tripod/x3399_marshmallow.git
同步远程仓库代码
使用如下指令添加gitlab.com远程仓库:
git remote add gitlab https://gitlab.com/9tripod/x3399_marshmallow.git
使用如下指令同步远程仓库代码:
git pull gitlab master
通过远程仓库克隆7.0源码包
直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包:
git clone https://gitlab.com/9tripod/x3399_nougat.git
同步远程仓库代码
使用如下指令添加gitlab.com远程仓库:
git remote add gitlab https://gitlab.com/9tripod/x3399_nougat.git
使用如下指令同步远程仓库代码:
git pull gitlab master
通过远程仓库克隆linux系统debian9源码包
直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包:
git clone https://gitlab.com/9tripod/x3399_linux.git
同步远程仓库代码
使用如下指令添加gitlab.com远程仓库:
git remote add gitlab https://gitlab.com/9tripod/x3399_linux.git
使用如下指令同步远程仓库代码:
git pull gitlab master