代码管理
微尘_Frank
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Repo 介绍
本文系转载,文章出处:https://duanqz.github.io/2015-06-25-Intro-to-Repo目录1. 概要 2. 工作原理 2.1 项目清单库(.repo/manifests) 2.2 repo脚本库(.repo/repo) 2.3 仓库目录和工作目录 3. 使用介绍 3.1 init 3.2 sync 3.3 upload 3....转载 2019-06-21 21:01:48 · 5419 阅读 · 1 评论 -
git 常用命令
1、git 的基本概念 1.1、git 的3层结构 working directory 工作区 staging index 暂存区 git directory(Repository) 版本库 1.2、git 中文件的4中状态 untracke...原创 2019-06-17 23:52:05 · 376 阅读 · 0 评论 -
GitHub 配置与使用
1、注册 github 账号并创建仓库 github官网地址:https://github.com创建仓库(免费用户只能建公共仓库)2、安装 git 和 ssh(配置 GitHub,需要 ssh key)sudo apt install git ssh3、配置 GitHub step1、在本地生成 ssh keyssh-keygen -t r...原创 2019-02-24 20:54:50 · 8341 阅读 · 0 评论
分享