79236851

Date: 2024-11-29 11:10:55
Score: 1
Natty:
Report link

Check diff in all files from specific directory between eg. develop branch and feature/my_feature branch:

git checkout develop
git diff feature/my_feature: src/main/
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: matt91t