Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 478 Bytes

archdiff

The utility calculates the difference of architecture changes between two git branches. This is especially useful when analyzing large merge requests.

These languages are supported:

Install

You need Rust installed.

cargo install --git https://github.com/demidko/archdiff

Usage

archdiff [old_branch] [new_branch]