git撤销已经提交到远程服务器的commit
摘要:git 撤销已经提交到远程服务器的commit: 一、使用git log查看需要撤回的commitId git log 二、撤销: 方式一: //撤销commit,但不修改代码 git reset commitId 方式二: //撤销commit,同时将代码恢复到对应ID的版本 git reset
阅读全文
posted @
2019-11-24 15:37
小朱配齐
阅读(3101)
推荐(0)
使用 Homebrew 安装 mysql,默认配置在 /usr/local/etc/my.cnf
摘要:使用 Homebrew 安装 mysql,默认配置在 /usr/local/etc/my.cnf
阅读全文
posted @
2019-11-19 17:34
小朱配齐
阅读(771)
推荐(0)
Windows 2000 cmd命令提示符tab建没有自动补全
摘要:解决方法: 将: HKEY_LOCAL_MACHINE\Software\Microsoft\Command Prosessor\CompletionChar键的值改为9,
阅读全文
posted @
2019-11-09 22:27
小朱配齐
阅读(445)
推荐(0)