I unpacked the old "git-image" into my git repository and most of the files were modified. I would like to know which files are left untouched. How to list these files?
I did not find anything purely git, but with some bash you can:
( git ls-files --modified ; git ls-files ) | sort | uniq -u
explanation
git ls-files
git ls-files --modified
, , git, unzip -u? echos () , sed -, ...
unzip -u
Source: https://habr.com/ru/post/1598165/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1598160/laravel-5-restrict-access-to-controllers-by-user-group&usg=ALkJrhizxTm6rqZT9p8ljfK1QC5dpn7dFQGeneralized map as function argument - dictionaryCSS multiple font families? - htmljQuery multiple select show / hide - javascriptundefined метод `each 'для "#": String - rubyShell command to modify each line of a file - bashTypeError:() принимает ровно 1 аргумент (3) - pythonPHP Link - Confusion - pass-by-referenceAnt build with Eclipse Mars error due to missing classpath link - javaSparkContext does not serialize inside companion object - scalaAll Articles