07 2020 档案

摘要:常用 代码拉取 单仓拉取 方法一: git clone <repository_url> -b <branch> <new_repository_name> <repository_url>:仓名 <branch>:分支名 <new_repository_name>:新仓名,可以不写(不写就是默认仓 阅读全文
posted @ 2020-07-24 21:29 火热的茶独独 阅读(177) 评论(0) 推荐(0)
摘要:本文系转载,文章出处:https://duanqz.github.io/2015-06-25-Intro-to-Repo 目录 1. 概要 2. 工作原理 2.1 项目清单库(.repo/manifests) 2.2 repo脚本库(.repo/repo) 2.3 仓库目录和工作目录 3. 使用介绍 阅读全文
posted @ 2020-07-23 21:26 火热的茶独独 阅读(610) 评论(0) 推荐(0)
摘要:常用编辑 Common editing 按 Press功能 Function Ctrl + Shift + P,F1 显示命令面板 Show Command Palette Ctrl + P 快速打开 Quick Open Ctrl + Shift + N 新窗口/实例 New window/ins 阅读全文
posted @ 2020-07-09 22:52 火热的茶独独 阅读(246) 评论(0) 推荐(0)