分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
搜索
书栈网 · BookStack
本次搜索耗时
0.027
秒,为您找到
20358
个相关结果.
搜书籍
搜文档
Git文件逐行追溯
1623
2018-04-10
《Android Studio 使用艺术》
Git文件逐行追溯 Git文件逐行追溯 如果你想查看某个文件的某一行是谁修攺的,可以使用文件逐行追溯功能. 执行文件逐行追溯操作,会显示某个文件每一行的详细攺动信息,也可以说是每一行的注释, 注释包括修订版本号、提交者、提交日期以及提交次数. 如何进行文件逐行追溯? 其实就是执行git annotate命令,同git blame. 在Andr...
git-for-each-ref
2572
2019-04-02
《Git 中文参考》
git-for-each-ref 名称 概要 描述 OPTIONS 字段名称 例子 CAVEATS 也可以看看 GIT git-for-each-ref 原文: https://git-scm.com/docs/git-for-each-ref 名称 git-for-each-ref - 每个参考的输出信息 概要...
git-diff-index
2954
2019-04-02
《Git 中文参考》
git-diff-index 名称 概要 描述 OPTIONS 原始输出格式 用于合并的diff格式 使用-p生成补丁 组合差异格式 其他差异格式 运营模式 缓存模式 非缓存模式 GIT git-diff-index 原文: https://git-scm.com/docs/git-diff-index 名称 ...
git-cat-file
1153
2019-04-02
《Git 中文参考》
git-check-ignore
2627
2019-04-02
《Git 中文参考》
git-check-ignore 名称 概要 描述 OPTIONS OUTPUT 退出状态 也可以看看 GIT git-check-ignore 原文: https://git-scm.com/docs/git-check-ignore 名称 git-check-ignore - 调试gitignore / exclud...
git-send-email
3208
2019-04-02
《Git 中文参考》
git-send-email 名称 概要 描述 OPTIONS 构成 发出 自动化 管理 信息 组态 例子 使用gmail作为smtp服务器 也可以看看 GIT git-send-email 原文: https://git-scm.com/docs/git-send-email 名称 git-send-ema...
SourceTree/Git轻指南
5120
2018-03-22
《SourceTree/Git轻指南(15分钟学会Git增强版)》
SourceTree/Git轻指南 15分钟学会使用Git 作者:Mark24 邮箱:mark.zhangyoung@qq.com 时间:2016.09.02 开头聊聊天 版本控制是什么? Git VS SVN SVN Git 聊聊Git的工作模型 workspace工作区 index暂存区 local repository本地仓库 ...
git write-tree
2541
2018-02-27
《阮一峰 Git 教程》
git write-tree git write-tree git write-tree 命令用于根据当前缓存区域,生成一个树对象。 $ git write - tree
git update-ref
5034
2018-02-27
《阮一峰 Git 教程》
git update-ref git update-ref git update-ref 命令用于更新一个指针文件中的Git对象ID。 $ git update - ref refs / heads / master 107aff
git ls-files
3828
2018-02-27
《阮一峰 Git 教程》
git ls-files git ls-files # 列出没有被.gitignore忽视的文件 $ git ls - files -- other -- ignored -- exclude - standard
1..
«
30
31
32
33
»
..100