Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 315 Bytes

File metadata and controls

14 lines (11 loc) · 315 Bytes

Use at will, but respect included Licenses

For displaying all changes of specifc src file in directory type:

  • log
git log --follow -- [FILE_PATH]

add -p opt in above git cmd to show patches also

  • format-patch without path trace
git format-patch --root --relative=[DIR_PATH] -- [FILE_PATH]