I have a repository in which several files have been renamed from .html to .php and subsequently edited in a number of transactions since my last attraction. Using git diff, you will see all the content htmland the content has been added php. Is there a neat way to git diffhave rename detection (something like git log --follow) or directly compare different file names in different commits (something like a solution in Git: How to split two different files in different branches? But for commits)?
git diff
html
php
git log --follow
You can always compare 2 files in two different commits:
git diff commit1:file1_path commit2:file2_path
Source: https://habr.com/ru/post/1673282/More articles:How to convert this time format - 1480550400000 + 0000 to Y / m / d date format using php - phpDjango + Bokeh + autoload_server: get one div by shape - pythonUser Authentication in a Microservice Application Hosted on Amazon WS - authenticationC # HttpClient: unable to access remote object (System.Net.Sockets.NetworkStream) - c #Gradle: no tests found - androidПочему selectExpr меняет схему (для включения столбца id)? - apache-sparkreact to native router stream multiple subexpressions - react-nativeHow types were handled without generics in ArrayList prior to Java version 1.5 - javaHow to automatically start the fsnotify firewall? - vagrantВложенные лямбда-звонки в Котлин - kotlinAll Articles