2 Star 0 Fork 4

JolyouLu/JL-Admin

forked from JolyouLu/JL-SpringBoot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
git-script.sh 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
JolyouLu 提交于 2023-12-18 11:24 . 项目重构
#获取git配置信息
git config --local --list
#设置用户名信息
git config user.name JolyouLu
git config user.email 1307633126@qq.com
#基变,交互式,用于合并已提交分支 n => 是您要合并的最近提交的数量
#p保留提交 s合并到上一个提交
git rebase -i HEAD~n
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/JolyouLu/JL-Admin.git
git@gitee.com:JolyouLu/JL-Admin.git
JolyouLu
JL-Admin
JL-Admin
master

搜索帮助