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

git概念和操作流程

时间:2020-04-10 14:44:02      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:eve   position   不一致   class   需要   更新   play   content   rsa加密   

git概念和操作流程

技术图片
enter description here

技术图片
技术图片

git branch -avv 命令非常重要

技术图片
enter description here

技术图片
技术图片

提交完成后查看版本号信息确定提交成功

技术图片
enter description here

技术图片

git diff --cached操作查看当前暂存区修改项

![enter description here](https://raw.githubusercontent.com/miaozhijuan/xiaoshujiang/master/小书匠/1586405397941.png) ![enter description here](https://raw.githubusercontent.com/miaozhijuan/xiaoshujiang/master/小书匠/1586405389288.png)

git 本地版本的随意切换,和远程版本不一致,切换的是本地版本库的版本

技术图片
enter description here

技术图片

git ssh免密码的使用配置

技术图片
enter description here

技术图片
技术图片
技术图片
将公钥内容配置到githubsetting中,然后用相应仓库 ssh克隆方式克隆,
采用此方法进行rsa加密推送不用填写密码
技术图片

fetch操作在本地更新分支信息需要联网

技术图片
enter description here

分支推送和跟踪,推送就是本地推送到远程、跟踪就是不用写推送到哪一个远程的了,直接push的设置

技术图片
enter description here

技术图片

新建github仓库 注意事项

技术图片
enter description here

git概念和操作流程

标签:eve   position   不一致   class   需要   更新   play   content   rsa加密   

原文地址:https://www.cnblogs.com/miaozhijuan/p/12673364.html

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