Github workFlow发布release失败


Github workFlow发布release失败 常见问题 Error: Unhandled error: TypeError: Cannot read properties of undefined (reading 'uploadReleaseAsset') release.yml 中的配置

Centos升级更新git


centos7自带的源中git版本为1.8.3.1,比较旧的版本 1、确认你的当前git版本 在终端输入: 1 git --version 2、使用root账号 在终端终入: 1 su root 然后输入root账号的密码,注意linux下输密码时界面是没有变化的 3、配置存储库 启用Wandisc

git使用技巧记录


git拆分仓库并保留历史 首先删除不需要的文件夹 git filter-branch –force –index-filter ‘git rm -rf –cached –ignore-unmatch target_directory ‘ –prune-empty –tag-name-filter c