随笔分类 -  Git

摘要:新建别名 alias gl='git log --pretty=format:"%h | %ai | %an | %s" | head -n 40' gl 80684a24 | 2021-11-30 17:53:13 +0800 | bb | 下拉 del清除 edb042d8 | 2021-11- 阅读全文
posted @ 2021-12-07 23:54 xiaobeiquan 阅读(654) 评论(0) 推荐(0) 编辑
摘要:命令行指令 Git 全局设置 git config --global user.name "hellobaby" git config --global user.email "hellobaby@163.com" 创建新版本库 git clone git@code.aliyun.com:hello 阅读全文
posted @ 2021-11-18 15:15 xiaobeiquan 阅读(65) 评论(0) 推荐(0) 编辑
摘要:升级 OpenSSH 后迁出报错 $ git pull Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh-rsa fatal: Could not read 阅读全文
posted @ 2021-11-08 14:23 xiaobeiquan 阅读(3069) 评论(2) 推荐(0) 编辑