git手册中文版
2022-03-16 11:47:45 18.43MB git中文手册
1
Git 2.33 Release Notes ====================== Updates since Git 2.32 ---------------------- UI, Workflows & Features * "git send-email" learned the "--sendmail-cmd" command line option and the "sendemail.sendmailCmd" configuration variable, which is a more sensible approach than the current way of repurposing the "smtp-server" that is meant to name the server to instead name the command to talk to the server. * The userdiff pattern for C# learned the token "record". * "git rev-list" learns to omit the "commit " header lines from the output with the `--no-commit-header` option. * "git worktree add --lock" learned to record why the worktree is locked with a custom message. Performance, Internal Implementation, Development Support etc. * The code to handle the "--format" option in "for-each-ref" and friends made too many string comparisons on %(atom)s used in the format string, which has been corrected by converting them into enum when the format string is parsed. * Use the hashfile API in the codepath that writes the index file to reduce code duplication. * Repeated rename detections in a sequence of mergy operations have been optimized out for the 'ort' merge strategy. * Preliminary clean-up of tests before the main reftable changes hits the codebase. * The backend for "diff -G/-S" has been updated to use pcre2 engine when available. * Use ".DELETE_ON_ERROR" pseudo target to simplify our Makefile. * Code cleanup around struct_type_init() functions. * "git send-email" optimization. * GitHub Actions / CI update. (merge 0dc787a9f2 js/ci-windows-update later to maint). * Object accesses in repositories with many alternate object store have been optimized. * "git log" has been optimized not to waste cycles to load ref decoration data that may not be needed. * Many "printf"-like helper functions we have have been annotated with __attribute__() to catch placeholder/parameter
2022-03-15 20:03:03 207.84MB git gitlab windows mac
1
此版本为git2.6.2,针对git官网下载速度慢, 提供下载安装包
2022-03-15 17:41:52 37.26MB Git 2.6.2 windows 64位
1
git从入门到高级的图像化教程 从安装git到生成ssh公钥 添加GitHub GitLab 码云SSH等 各种git使用场景
2022-03-15 10:55:52 686KB git 入门 图形化教程 码云
1
mac tower最新破解版,git图形化工具神器,你值得拥有
2022-03-14 19:56:31 28.85MB mac git工具 tower2.6.6 破解版
1
Git-2.21.0 64位与32位安装包 一个开源的分布式版本控制系统,可以有效、高速地处理从很小到非常大的项目版本管理。 [1] Git 是 Linus Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源码的版本控制软件。
2022-03-13 20:45:41 88.43MB git 2.21
1
详细接受git 的基本使用级命令步骤。 创建创库,初始化仓库,将本地仓库与远程连接,上传,下拉,合并分支,
2022-03-11 09:37:01 19KB git详细步骤
1
什么是版本控制?我真的需要吗?版本控制是一种记录若干文件内容变化,以便将来查阅特定版本修订情况的系统。在本书所展示的例子中,我们仅对保存着软件源代码的文本文件作版本控制管理,而实际上,你可以对任何类型的文件进行版本控制。 如果你是位图形或网页设计师,可能会需要保存某一幅图片或页面布局文件的所有修订版本。采用版本控制系统(VCS)是个明智的选择。有了它你就可以将某个文件回溯到之前的状态,甚至将整个项目都回退到过去某个时间点的状态。你可以比较文件的变化细节,查出是谁最后修改了什么地方从而造成某些怪异问题,又是谁在何时报告了某个功能缺陷,等等。使用版本控制系统通常还意味着,就算你胡来搞砸了整个项目,把文件改的改,删的删,你也可以轻松恢复到原先的样子。而由此额外增加的工作量却微乎其微。 此书介绍的内容要比《使用Git》深入许多,尤其是对多人合作和分布式项目管理的讨论,是《使用Git》中所缺少的。在学习了Git的一系列命令之后,如何才能有效的使用它们管理项目、与他人合作?《Pro Git》专门在第五章里讨论了这些问题。这样就不用自己去摸索了。 ...      总的来说,《Pro Git》侧重于各种场合中的惯用法和底层原理的讲述。
2022-03-10 20:30:59 4.45MB git github
1
Gitblit搭建及Git协作开发流程参考
2022-03-10 10:43:38 2.27MB gitbit git
1
该jar包是使用Jenkins+ant+jmeter持续集成环境搭建的Jenkins插件包,可以手动下载,博客中有地址
2022-03-10 02:11:05 81KB Jenkins ant
1