⭐niceDiff⭐ helps to get the difference between two branches in a readable html file.
- Clone this repo
git clone https://github.com/halyna-dev/niceDiff.git
- Add niceDiff folder to your PATH variable. Don't forget reload your machine or logout/login from your windows account.
- Run niceDiff command from your git repo
niceDiff <branch1-name> <branch2-name> [optional <path-to-comparing-files>]
- Open file in the your folder with git repo
niceDiff-report.html
niceDiff is based on the standard git diff command. Magic is in batch parsing result. parseDiff.bat gets standard git diff output and tries to parse line by line.