# git-clear **Repository Path**: the-k/git-clear ## Basic Information - **Project Name**: git-clear - **Description**: 扩展git子命令,清理已合并git分支 - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-30 - **Last Updated**: 2021-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Git, clear ## README ## Installation 1. from cargo ```shell cargo install git-clear ``` 2. from local ```shell cargo install --path . ```