- 博客(12)
- 收藏
- 关注
原创 Git命令
Git已经成为企业协同开发必不可少的工具了。 1、配置 # 生成公钥 ssh-keygen -t rsa -C "your_email@youremail.com" # 初始化 git init; # 自报家门 git config --global user.name "yourname" git config --global user.email "your_email@youemail.com" # 克隆到本地 git clone "git.git" # 添加远程连接 git remote add
2022-03-18 15:39:41
199
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅