首页 > 其他 > 详细

git 配置

时间:2021-01-10 22:34:39      阅读:31      评论:0      收藏:0      [点我收藏+]

git常用命令

  • git 配置用户名

    • git config --global user.name "yourname"
    • git config --global user.email "your email"
  • 生成公钥

    ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

  • 设置远程仓库

    git remote add origin [url]

  • 查看远程仓库地址

    git remote -v

git 配置

原文:https://www.cnblogs.com/zhizunbao-monky/p/14259579.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!