Commit 3882cb5e authored by 王进波's avatar 王进波
parents e8470ce6 7b585eaa
## 安装完成以后需要执行的配置
第一步,配置 Git 的用户名和邮箱,这两项配置会在我们提交代码时被添加到提交信息中,这样我们查看历史的时候就可以看到这个提交作者的信息了,这两项Git必须的设置
第一步,配置 Git 的用户名和邮箱,这两项配置会在我们提交代码时被添加到提交信息中,这样我们查看历史的时候就可以看到这个提交作者的信息了,这两项Git必须的设置
- `git config --global user.name <你的名字>`
......
......@@ -19,6 +19,9 @@
## 图形界面的Git - SourceTree
[安装包](https://civgit.vicp.net:8443/wangjinbo/Svn-to-Git/raw/master/%E5%B7%A5%E5%85%B7/SourceTreeSetup-2.6.10.exe)
### 先看看SourceTree的界面
#### Local
......
......@@ -9,6 +9,10 @@
## 安装TotoiseGit
下载地址
[安装包](https://civgit.vicp.net:8443/wangjinbo/Svn-to-Git/raw/master/%E5%B7%A5%E5%85%B7/TortoiseGit-2.6.0.0-64bit.msi)
[中文语言包](https://civgit.vicp.net:8443/wangjinbo/Svn-to-Git/raw/master/%E5%B7%A5%E5%85%B7/TortoiseGit-LanguagePack-2.6.0.0-64bit-zh_CN.msi)
### 配置CRLF 自动转换
> TotoiseGit,是一个绑定右键菜单的图形化界面的 Git 客户端工具, 跟我们熟悉的 TotoiseSVN 界面和操作方式十分相似,不建议对 Git 没有了解的情况下直接上手使用它
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment