TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Highlights from Git 2.19

42 pointsby lee337over 6 years ago

2 comments

kjeetgillover 6 years ago
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 未加载
IshKebabover 6 years ago
&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.