码迷,mamicode.com
首页 > 其他好文 > 详细

使用git版本管理工具

时间:2018-10-20 00:15:20      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:编辑   ssh   目录   red   you   username   highlight   com   key   

git add 提交文件

git commit -m "提交解释"

git push origin master 提交到主分支

2.生成ssh-key和添加ssh-key

ssh-keygen -t rsa -C "your_email@example.com"
ssh-add ~/.ssh/id_rsa

//github和git工具绑定
ssh -T git@github.com

3.设置避免提交输入用户名和密码

 //.ssh同级目录下生成
touch .git-credentials
//编辑.git-credentials添加如下
https://{username}:{password}@github.com

使用git版本管理工具

标签:编辑   ssh   目录   red   you   username   highlight   com   key   

原文地址:https://www.cnblogs.com/lwj820876312/p/9819931.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!