Gitlab
通過遠程倉庫克隆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