第001课:Git安装
Git可运行在Linux,Windows,Mac下
1 相关软件下载
Git Extensions下载地址:http://code.google.com/p/gitextensions/downloads/list
Git Extensions is the only graphical user interface for Git that allows you control Git without using the commandline.
Tortoise Git下载地址:http://code.google.com/p/tortoisegit/downloads/list
Tortoise Git : Windows Shell Interface to Git
根据操作系统的类型选择对应的版本(32/64 OS)
2 Git Extensions安装
2.1 欢迎界面
2.2 安装范围
2.3 选择安装MsysGit,KDiff3
2.4 选择安装目录
2.5 自定义属性选择
2.6 选择SSH客户端
2.7 安装开始
2.8 KDiff3安装(在安装过程中会提示用户KDiff3的安装)
Homepage: http://kdiff3.sourceforge.net
KDiff3 is a program that
- compares and merges two or three input files or directories,
- shows the differences line by line and character by character (!),
- provides an automatic merge-facility and
- an integrated editor for comfortable solving of merge-conflicts
- and has an intuitive graphical user interface.
2.9 Git 安装向导
2.10 完成Git Extensions的安装
3 安装TortoiseGit
3.1 欢迎界面
3.2 安装信息
3.3 选择SSH客户端
3.4 选择安装路径
3.5 安装确认
3.6 安装进度
3.7 安装完成