03 2019 档案
摘要:找到安装目录/bin/idea64.exe.vmoptions文件 下面是默认配置
阅读全文
摘要:1、推送标签: git push origin 标签名 2、删除本地标签: git tag -d 标签名 3、删除远程标签: git push origin :refs/tags/标签名 例:git push origin :refs/tags/V3.0.1-Release
阅读全文
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.Common;using System.Data.Entity;using Sy
阅读全文
摘要:今天使用git clone时候 提示 warning: remote HEAD refers to nonexistent ref, unable to checkout 经过测试解决办法如下 git branch -a //显示 remotes/origin/test git checkout r
阅读全文