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

git基础指令

时间:2018-09-23 22:25:23      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:img   nbsp   .com   分享图片   name   基础指令   code   glob   git基础   

打开git bash

1,查看自己之前是否生成过ssh密钥 

$ ls .ssh

技术分享图片

如果存在这个id_rsa.pub这个文件的话表示已经生成了

 

2,查看用户名和邮箱

$ git config --global user.name
$ git config --global user.email

技术分享图片

 

git基础指令

标签:img   nbsp   .com   分享图片   name   基础指令   code   glob   git基础   

原文地址:https://www.cnblogs.com/wang715100018066/p/9693641.html

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