-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38a641c
commit 3186870
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# niceDiff | ||
Get difference beetwine two branches or file into readeble HTML file. | ||
:star:**niceDiff**:star: helps to get the difference between two branches in a readable html file. | ||
![](niceDiff.gif) | ||
|
||
#### How to use | ||
1. Clone this repo | ||
``` | ||
git clone https://github.com/halyna-dev/niceDiff.git | ||
``` | ||
2. Add niceDiff folder to your PATH variable. Don't forget reload your machine or logout/login from your windows account. | ||
3. Run niceDiff command from your git repo | ||
``` | ||
niceDiff <branch1-name> <branch2-name> [optional <path-to-comparing-files>] | ||
``` | ||
4. Open file in the your folder with git repo | ||
``` | ||
niceDiff-report.html | ||
``` | ||
|
||
#### How it works | ||
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.