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

Git & TortoiseGit

时间:2016-08-05 19:52:07      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:

http://www.git-scm.com/download/

http://download.tortoisegit.org/

 

指南

1. Getting Started
2. Git Basics
3. Git Branching
4. Git on the Server
5. Distributed Git
6. GitHub
7. Git Tools
8. Customizing Git
9. Git and Other Systems
10. Git Internals

 

安装步骤:

 

如何使用github

 

生成

SSH Public Key

 

─.ssh
  │  id_rsa
  │  id_rsa.pub
  │  zxg.ppk

 

1.通过bash 生成 id_rsa ,id_rsa.pub

2.安装TortoiseGit 用 PuTTYgen 生成 zxg.ppk

3. 把公钥放在 github

4. 使用时加载 私钥(用 Pageant )

 

Git & TortoiseGit

标签:

原文地址:http://www.cnblogs.com/zno2/p/4562876.html

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