随笔分类 -  git手册

git文档
摘要:git 常用命令。 创建SSH Key ssh-keygen -t rsa -C "youremail@example.com" 配置用户信息 git config --global user.name "Your Name" git config --global user.email "emai 阅读全文

posted @ 2024-05-11 13:42 ccblblog

导航