mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
update<README>: .
This commit is contained in:
parent
05fe057e8c
commit
18525425bb
1 changed files with 37 additions and 32 deletions
69
README.md
69
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
|
||||
|
|
Loading…
Reference in a new issue