Windows/macOS/Linux GUI client for GIT users
Find a file
leo 7c98ed4990 feature<Launcher>: add common hotkeys
1. `Ctrl + Tab` goto next page
2. `Ctrl + W` close current active page
3. `Ctrl + T` open new page
4. `Ctrl + F` open search bar if possible
5. `Ctrl + [0-9]` go to page at given index if possible
6. `F5` refresh current repository if possible
2021-06-02 17:46:19 +08:00
screenshots update<screenshots>: update screenshots for new theme 2021-04-02 17:58:17 +08:00
src feature<Launcher>: add common hotkeys 2021-06-02 17:46:19 +08:00
.gitignore feature<*>: upgrade to .NET 5.0; use System.Text.Json instead of System.Xml; supports auto check update at startup 2020-12-01 10:31:46 +08:00
build.bat update<Build>: change target runtime from win-x64 to win-x86 2021-05-13 11:07:28 +08:00
LICENSE update<LICENSE>: update license for project 2021-01-05 17:17:54 +08:00
README.md update<README>: thank lists 2021-05-18 17:19:27 +08:00

SourceGit

开源的Git客户端仅用于Windows。

下载

发行版

  • SourceGit.exe为不带.NET 5.0运行时的可执行文件,需要先安装.NET 5
  • SourceGit_48.exe为.NET 4.8编译的可执行文件Window 10 已内置该运行时

预览

  • DarkTheme

Theme Dark

  • LightTheme

Theme Light

Thanks

  • PUMA 配置默认User
  • Rwing GitFlow: add an option to keep branch after finish
  • XiaoLinger 纠正弹出框文本配置方式