# fcomm **Repository Path**: linefeng77/fcomm ## Basic Information - **Project Name**: fcomm - **Description**: git command sub - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-07 - **Last Updated**: 2024-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 列出所有命令 ```shell fcomm help ``` 列出一行 commtid 并翻转 ,可用于 cherry-pick ${branch}为分支名称 -n=列出条数(可选,默认值20) -name=提交人(可选) 不为1时展示合并提交,默认不展示 ```shell fcomm git list branch -n=number -name=string -merge=number ``` 设置自定义命令(使用时需要以 fcomm 开始才能触发) 例: 执行命令:fcomm git list -n=3 自定义为:gl 执行:fcomm gl -name=username 等价于:fcomm git list -n=3 -name=username ```shell fcomm custom set ``` 列出所有自定义命令 ```shell fcomm custom list ``` 删除自定义命令 -key=id/自定义的命令(可选,all为删除全部) ```shell fcomm custom delete -key=string|number ``` 删除自定义命令配置文件-test ```shell fcomm custom deleteConfig ``` 版本号 ```shell fcomm --version/-v/-V ```