蔡香满屋
站在牛顿头上吃苹果

随笔分类 -  git

代码管理
git 如何搜索分支是哪个分支拉出来的
摘要:命令为:git reflog --date=local | grep 分支名称 如git reflog --date=local | grep PYFUND-4656 阅读全文
posted @ 2020-06-16 11:29 蔡香满屋
为 Git或者GitLab 远程仓库配置 SSH Key 的方法
摘要:网上摘录的: 1. 查看是否已经生成过 SSH Key 打开终端,输入以下命令: ls ~/.ssh 如果如下图显示有 id_rsa 和 id_rsa.pub 这两个文件,就表示已经生成过,可以直接跳过 生成 SSH Key 这一步。 查看是否已经生成过 SSH Key 2. 生成 SSH Key 阅读全文
posted @ 2018-11-29 12:03 蔡香满屋