随笔分类 - git
摘要:版本操作 回滚到某个版本 git reset --hard 9ea179a 恢复到最新版本 git reflog git reset --hard 最新版本号 分支操作 创建分支 git branch 分支名 切换分支 git checkout 分支名 master合并其他分支 git checko
阅读全文
摘要:生成公钥 ssh-keygen.exe -C "limakilo@2020@163.com" 查看公钥 cat ~/.ssh/id_rsa.pub git小乌龟设置 ssh.exe命令 git查看提交记录 git reflog git回退到某个版本 git reset --hard 8500b51
阅读全文

浙公网安备 33010602011771号