# my-cli **Repository Path**: gmzd2008/my-cli ## Basic Information - **Project Name**: my-cli - **Description**: 自定义cli - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-15 - **Last Updated**: 2021-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-cli #### 介绍 自定义cli #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 记Git报错-refusing to merge unrelated histories - 如果先建立了项目 后添加到远程仓库,git pull合并代码报错 fatal: refusing to merge unrelated histories - 在pull命令后紧接着使用--allow-unrelated-history选项来解决问题(该选项可以合并两个独立启动仓库的历史) - git pull origin master --allow-unrelated-histories