logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

git修改user.name和user.email后找回之前的commit

当你修改你的user.email后之前提交的commit将不“属于”你,在你github主页上也没有相关的commit记录。那么如何找回这些commit呢。1.使用下面命令重新clone你的仓库。repo指你的仓库名git clone --bare https://github.com/user/repo.gitcd repo.git2.使用git log查看之前commit的emailgit l

#git#github
sharding-jdbc数据加密实践与坑

sharding-jdbc官方文档:https://shardingsphere.apache.org/document/legacy/4.x/document/cn/manual/sharding-jdbc/usage/encrypt/

#hibernate#spring
到底了