八亿电脑网
游戏盒子
当前位置: 首页 > Win10之家 > Win10答疑 >

win10 git 命令行使用

时间:2018-03-08 23:46来源:网络 作者:网络 点击:
游戏盒子

  Git的下载官网

  Git的安装教程

  设置个人信息 (Git Bash)

  $ git config --global user.name "Your Name"

  $ git config --global user.email "email@example.com"1212

  生成公钥

  资源管理器任一目录空白处右键

  Git GUI here

  Help

  Show SSH Key

  Copy To Clipboard

  将公钥添加到仓库

  http://git.oschina.net/profile/sshkeys //git.oschina添加公钥地址

  https://github.com/settings/keys //github添加公钥地址1212

  Git GUI还具有创建、克隆、打开仓库的功能

  早期使用Git的用户更喜欢用Git Bash去进行这些操作,Git GUI只是把操作封装了,提升用户体验而已

本篇文章标签: Win10 Windows10 教程 技巧 系统
发表评论
热点文章