You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may get the difference in three formats: json, plain and tree
gendiff - f tree <first file> <second file> # to get difference in tree format. The tree format is default, you can use it without flag gendiff <first file> <second file>
gendiff -f plain <some file> <another file> # to get difference in plain format
gendiff -f json <some file> <another file> # to get difference in json format