# GitInfoExplorerExtension **Repository Path**: pedoc/GitInfoExplorerExtension ## Basic Information - **Project Name**: GitInfoExplorerExtension - **Description**: 资源管理器中通过右键菜单查看git仓库信息 Fork From:https://github.com/pedoc/GitInfoExplorerExtension - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-30 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GitInfoExplorerExtension 在资源管理器中,利用右键上下文菜单展示git信息 Q:TortoiseGit在属性界面中增加了Git栏展示Git信息,为什么不用这个? A:简单说,为了这么一个小功能,太重了。其次,懒人不想多次点击。 Q:为什么是在右键菜单中? A:最开始想加到任务管理器的Title中,(如[RepoZ](https://github.com/awaescher/RepoZ)),或者也可以直接鼠标指向时显示提示信息,取决于个人。同时当不在一个Git目录下时,不会出现此菜单项,避免干扰。