sourcegit/README.md

51 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SourceGit
开源的Git客户端仅用于Windows。
## 特点
* 永久免费+开源
* 轻量级Windows 10下软件小于2M无需安装直接运行
* 启动速度、加载速度快相对于SmartGitSourceTree等加载同数量的日志
* 一次性显示最近20000条提交历史
* 中英双语并提供明暗两种主题
* 覆盖常用GIT指令
* 分支线路图
* 高级指令图形操作
* SUBMODULES
* SUBTREES
* ARCHIVE
* PATCH/APPLY
* FILE HISTORIES
* BLAME
* REVISION DIFF
## 下载
下载地址:[发行版](https://gitee.com/sourcegit/sourcegit/releases/)
| 文件 | 运行时 | 说明 |
| ---------------- | ------------------ | ----------------------------------- |
| SourceGit.net5.0.x86.exe | .NET 5 x86 | 需要自行安装 .NET 5运行时 |
| SourceGit.net5.0.x64.exe | .NET 5 x64 | 需要自行安装 .NET 5运行时 |
| SourceGit.net4.8.exe | .NET Framework 4.8 | Windows 10 内置该运行时,不需要安装 |
> 【注】本软件为GIT的**图形前端**需先自行安装Git
## 预览
* 暗色主题
![Theme Dark](./screenshots/theme_dark.png)
* 亮色主题
![Theme Light](./screenshots/theme_light.png)
## Thanks
* [XiaoLinger](https://gitee.com/LingerNN) 增加`CTRL + Enter`提交快捷键
* [carterl](https://gitee.com/carterl) Windows Terminal支持优化git.exe路径查找
* [PUMA](https://gitee.com/whgfu) 配置默认User
* [Rwing](https://gitee.com/rwing) GitFlow: add an option to keep branch after finish
* [XiaoLinger](https://gitee.com/LingerNN) 纠正弹出框文本配置方式