update<README>: .

This commit is contained in:
leo 2021-11-15 15:14:16 +08:00
parent 05fe057e8c
commit 18525425bb

View file

@ -1,51 +1,56 @@
# SourceGit # SourceGit
开源的Git客户端仅用于Windows。 Opensouce Git GUI client for Windows.
## 特点 ## High-lights
* 永久免费+开源 * Opensource/Free
* 轻量级Windows 10下软件小于2M无需安装直接运行 * Light-weight
* 启动速度、加载速度快相对于SmartGitSourceTree等加载同数量的日志 * Fast
* 一次性显示最近20000条提交历史 * English/简体中文
* 中英双语并提供明暗两种主题 * Build-in light/dark themes
* 覆盖常用GIT指令 * Visual commit graph
* 分支线路图 * Supports SSH access with each remote
* 高级指令图形操作 * GIT commands with GUI
* SUBMODULES * Clone/Fetch/Pull/Push...
* SUBTREES * Branches
* ARCHIVE * Remotes
* PATCH/APPLY * Tags
* FILE HISTORIES * Stashes
* BLAME * Submodules
* REVISION DIFF * Subtrees
* Archive
* Patch/apply
* File histories
* Blame
* Revision Diffs
## 下载 ## Download
下载地址:[发行版](https://github.com/sourcegit-scm/sourcegit/releases) Pre-build Binaries[Releases](https://github.com/sourcegit-scm/sourcegit/releases)
| 文件 | 运行时 | 说明 | | File | .NET runtime | Description |
| ---------------- | ------------------ | ----------------------------------- | | ------------------------ | ------------------ | --------------------------------- |
| SourceGit.net5.0.x86.exe | .NET 5 x86 | 需要自行安装 .NET 5运行时 | | SourceGit.net5.0.x86.exe | .NET 5 x86 | Need to be installed by user. |
| SourceGit.net5.0.x64.exe | .NET 5 x64 | 需要自行安装 .NET 5运行时 | | SourceGit.net5.0.x64.exe | .NET 5 x64 | Need to be installed by user. |
| SourceGit.net4.8.exe | .NET Framework 4.8 | Windows 10 内置该运行时,不需要安装 | | SourceGit.net4.8.exe | .NET Framework 4.8 | Windows 10/11 already installed. |
> 【注】本软件为GIT的**图形前端**需先自行安装Git > NOTE: You need install Git first.
## 预览 ## Screen Shots
* 暗色主题 * Drak Theme
![Theme Dark](./screenshots/theme_dark.png) ![Theme Dark](./screenshots/theme_dark.png)
* 亮色主题 * Light Theme
![Theme Light](./screenshots/theme_light.png) ![Theme Light](./screenshots/theme_light.png)
## Thanks ## Thanks
* [XiaoLinger](https://gitee.com/LingerNN) 增加`CTRL + Enter`提交快捷键 * [XiaoLinger](https://gitee.com/LingerNN) Hotkey: `CTRL + Enter` to commit
* [carterl](https://gitee.com/carterl) Windows Terminal支持优化git.exe路径查找 * [carterl](https://gitee.com/carterl) Supports Windows Terminal; Rewrite way to find git executable
* [PUMA](https://gitee.com/whgfu) 配置默认User * [PUMA](https://gitee.com/whgfu) Configure for default user
* [Rwing](https://gitee.com/rwing) GitFlow: add an option to keep branch after finish * [Rwing](https://gitee.com/rwing) GitFlow: add an option to keep branch after finish
* [XiaoLinger](https://gitee.com/LingerNN) 纠正弹出框文本配置方式 * [XiaoLinger](https://gitee.com/LingerNN) Fix localizations in popup panel