From 18525425bbc1146657b152be4682321af37786be Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 15 Nov 2021 15:14:16 +0800 Subject: [PATCH] update: . --- README.md | 69 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 03113a6a..89b1fdd8 100644 --- a/README.md +++ b/README.md @@ -1,51 +1,56 @@ # SourceGit -开源的Git客户端,仅用于Windows。 +Opensouce Git GUI client for Windows. -## 特点 +## High-lights -* 永久免费+开源 -* 轻量级,Windows 10下软件小于2M,无需安装,直接运行 -* 启动速度、加载速度快(相对于SmartGit,SourceTree等,加载同数量的日志) -* 一次性显示最近20000条提交历史 -* 中英双语并提供明暗两种主题 -* 覆盖常用GIT指令 -* 分支线路图 -* 高级指令图形操作 - * SUBMODULES - * SUBTREES - * ARCHIVE - * PATCH/APPLY - * FILE HISTORIES - * BLAME - * REVISION DIFF +* Opensource/Free +* Light-weight +* Fast +* English/简体中文 +* Build-in light/dark themes +* Visual commit graph +* Supports SSH access with each remote +* GIT commands with GUI + * Clone/Fetch/Pull/Push... + * Branches + * Remotes + * Tags + * Stashes + * Submodules + * 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) -| 文件 | 运行时 | 说明 | -| ---------------- | ------------------ | ----------------------------------- | -| 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 内置该运行时,不需要安装 | +| File | .NET runtime | Description | +| ------------------------ | ------------------ | --------------------------------- | +| SourceGit.net5.0.x86.exe | .NET 5 x86 | Need to be installed by user. | +| SourceGit.net5.0.x64.exe | .NET 5 x64 | Need to be installed by user. | +| 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) -* 亮色主题 +* Light Theme ![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 +* [XiaoLinger](https://gitee.com/LingerNN) Hotkey: `CTRL + Enter` to commit +* [carterl](https://gitee.com/carterl) Supports Windows Terminal; Rewrite way to find git executable +* [PUMA](https://gitee.com/whgfu) Configure for default user * [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