随笔分类 - 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-
阅读全文
摘要:命令行指令 Git 全局设置 git config --global user.name "hellobaby" git config --global user.email "hellobaby@163.com" 创建新版本库 git clone git@code.aliyun.com:hello
阅读全文
摘要:升级 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
阅读全文