https://github.com/zcshou/srcgit
Windows GUI client for GIT users
https://github.com/zcshou/srcgit
Last synced: 5 months ago
JSON representation
Windows GUI client for GIT users
- Host: GitHub
- URL: https://github.com/zcshou/srcgit
- Owner: ZCShou
- License: mit
- Created: 2022-06-04T08:59:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T07:00:40.000Z (over 2 years ago)
- Last Synced: 2025-06-13T19:03:57.577Z (7 months ago)
- Language: C#
- Size: 695 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/ZCShou/SrcGit/stargazers)
[](https://github.com/ZCShou/SrcGit/network)
[](https://github.com/ZCShou/SrcGit/blob/master/LICENSE)
[](https://github.com/ZCShou/SrcGit/releases)
[](https://github.com/RichardLitt/standard-readme)
[](https://github.com/ZCShou/SrcGit/actions/workflows/build-check.yml)
[](https://github.com/ZCShou/SrcGit/actions/workflows/codeql-analysis.yml)
SrcGit - An opensouce git GUI client for Windows
##
SrcGit is an opensouce git GUI client for Windows. In fact, SrcGit is only a git shell. If you want to use SrcGit, you must install git firstly. The git download address is 'https://git-scm.com/'.
> 1. I created this vserion because some features I need can not be included the original version.
> 2. SourceGit repo:https://github.com/sourcegit-scm/sourcegit
## High-lights
* 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
Pre-build Binaries:[Releases](https://github.com/SrcGit-scm/SrcGit/releases)
| File | .NET runtime | Description |
| ------------------------ | ------------------ | --------------------------------- |
| SrcGit.exe | .NET 6 x64 | Need to be installed by user. |
| SrcGit.bundle.exe | Self-contained | - |
> NOTE: You need install Git first.
## Screen Shots
* Drak Theme

* Light Theme

## Thanks
* [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) Fix localizations in popup panel