- 博客(1)
- 收藏
- 关注
转载 Git常用指令
Git常用指令 cat ~/.ssh/id_rsa.pub ##打印公钥 ssh-keygen -t rsa -C “email@example.com” ##生成公钥 git config user.name ##查看用户名 git config user.email ##查看邮箱名 git config --global user.name “username” ##设置用户名 git config --global user.email “email@qq.com” ##设置邮箱 git config
2021-05-26 17:22:20
51
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人