TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Highlights from Git 2.19

42 点作者 lee337超过 6 年前

2 条评论

kjeetgill超过 6 年前
Interesting.<p>Is git range-diff and different than git log --patch A..B (or is it 3 dots?)?<p>Most importantly: Directory rename detection!<p>This is a huge help especially in the earlier stages of a project where I can&#x27;t seem to settle on package names. And add the that the horribly deep directory hierarchies that come with Java src&#x2F;main&#x2F;com&#x2F;company&#x2F;team&#x2F;product&#x2F;factories&#x2F;impl etc etc.
评论 #17957155 未加载
IshKebab超过 6 年前
&gt; Quick quiz: if git tag -l is shorthand for git tag --list, then what does git branch -l do? If you thought, “surely it doesn’t list all branches”, then congratulations: you’re a veteran Git user!<p>Ha someone should make a logical git CLI.