程序开发
Android
Spring Boot
数据私有化
NAS
私有云
内网穿透
服务器
资源下载
PC软件
黑群晖
关于/联系我
千古八方的博客
登录
相关标签
Android
Android Utils
Android Widgets
Android系统编译
DPI
git
linux
NAS
Nextcloud
NPS
PPI
Spring Boot
svn
swap
TrueNAS
ubuntu
Windows
内网穿透
分辨率
安全维护
我开源的APP
散篇
服务器
私有云
群晖NAS
资源下载
PC软件
Andorid软件
未分类
笔记: git 检出部分文件夹;本地代码与服务端合并同步
一、git 检出部分文件夹 gitlab 项目下存在多个工程文件夹,由于工程目录比较大 只需要检出Android相关的代码,而不检出嵌入式、web的代码。 操作步骤如下: $ git clone -n https://yun.rangotec.com:8001/test/code_my.git # -n选项的意思是不要检出: -n --no-checkout
Linux
服务器
笔记:svn 项目迁移到 gitlab
搭建GitLab 1. 安装gitlab (gitlab-ce 社区版,免费; gitlab-ee 企业版,收费),这里安装社区版。 步骤如下: $ apt install curl openssh-server ca-certificates postfix $ curl https://packages.gitlab.com/install/reposi