【1、Git是什么?我们为什么要使用Git】
【2、Git下载】
Git官网:https://git-scm.com/download
可以在这里选择下载,这里我选择的是Windows系统版本的Git
【3、Git安装】
Git下载完成之后,双击exe文件进行安装
选择你想要安装的路径
Additional icons 附加图标
On the Desktop 在桌面上
Windows Explorer integration Windows资源管理器集成鼠标右键菜单
Git Bash Here
Git GUI Here
Git LFS (Large File Support) 大文件支持
Associate .git* configuration files with the default text editor: 将 .git 配置文件与默认文本编辑器相关联
Associate .sh files to be run with Bash :将.sh文件关联到Bash运行
Use a TrueType font in all console windows : 在所有控制台窗口中使用TrueType字体
Check daily for Git for Windows updates : 每天检查Git是否有Windows更新
选择Git使用的默认编辑器
git安装成功,还需要安装TortoiseGit