首页
学习
活动
专区
工具
TVP
发布

康怀帅的专栏

专栏作者
158
文章
313045
阅读量
45
订阅数
git svn 命令详解
Git SVN 配合使用 拉取 svn 项目 $ git svn clone https://svn.code.sf.net/p/intelgraphicsfixup/svn/ intelgraphicsfixup -s --prefix=svn/ $ git branch -av * master 8b54b14 ComputeLaneCount patch for Azul was removed. remotes/svn/trunk 8b54b14 ComputeLan
康怀帅
2018-02-28
1.6K0
Git 使用详解
本文列举了 Git 的常用配置及使用方法。 配置 查看配置 $ git config -l 或者直接编辑 ~/.gitconfig 文件,但不推荐。 代理设置 $ git config --global http.proxy 127.0.0.1:1080 $ git config --global https.proxy 127.0.0.1:1080 # 取消代理 $ git config --global --unset http.proxy $ git config --global --uns
康怀帅
2018-02-28
6490
GitBook 使用详解
GitBook 示例:https://github.com/yeasy/docker_practice 安装好 Node.js,运行以下命令安装 gitbook $ npm install -g gitbook-cli 初始化 $ gitbook init 生成 SUMMARY.md README.md 文件 编写目录 编写 SUMMARY.md 文件,之后执行 gitbook init 生成空白的 *.md 文件。 也可以先写内容(*.md 文件),再增加到目录到 SUMMARY.md 文件中。 插件 编
康怀帅
2018-02-28
9870
Hexo 使用详解
将 Hexo 博客系统所需知识大概说明一下。 Github 注册 Github 账号,并新建 用户名.github.io 仓库。 Git 安装 Git 生成 SSH 公钥、密钥 将 公钥 复制到 GitHub Node.js 换源 安装 $ npm install -g hexo-cli 初始化 $ mkdir hexo $ hexo init <folder> $ cd <folder> $ npm install 配置 git $ npm install hexo-deployer-git --sa
康怀帅
2018-02-28
6180
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档