git学习

http://www.kuqin.com/managetool/20111113/314830.html
http://jingyan.baidu.com/article/e75aca85bb2720142edac61d.html

git的安装:https://code.google.com/p/msysgit/

GitHub选择的默认通信方式是SSH,所以要先在Git里面生成SHH Key,打开Git Bash在其中输入如下命令:
Administrator@YYWDQQGCKMGMJJF ~
$ ssh-keygen -t rsa -C “帐户名”

git 安装

1.安装客户端msysgit
msysgit下载地址
http://code.google.com/p/msysgit/downloads/list
或者http://git-scm.com/download

2.安装步骤:
http://jingyan.baidu.com/article/90895e0fb3495f64ed6b0b50.html
http://blog.chinaunix.net/uid-25806493-id-3319781.html

3.配置Git
http://blog.csdn.net/cdkd123/article/details/8959484

git学习_第1张图片

git学习_第2张图片

git学习_第3张图片

git学习_第4张图片

git学习_第5张图片

git学习_第6张图片

你可能感兴趣的:(git)