mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
Windows/macOS/Linux GUI client for GIT users
screenshots | ||
src | ||
.gitignore | ||
build.bat | ||
LICENSE | ||
README.md |
SourceGit
Opensouce Git GUI client for Windows.
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
File | .NET runtime | Description |
---|---|---|
SourceGit.net6.0.x86.exe | .NET 6 x86 | Need to be installed by user. |
SourceGit.net6.0.x64.exe | .NET 6 x64 | Need to be installed by user. |
SourceGit.net4.8.exe | .NET Framework 4.8 | Windows 10/11 already installed. |
NOTE: You need install Git first.
Screen Shots
- Drak Theme
- Light Theme
Thanks
- XiaoLinger Hotkey:
CTRL + Enter
to commit - carterl Supports Windows Terminal; Rewrite way to find git executable
- PUMA Configure for default user
- Rwing GitFlow: add an option to keep branch after finish
- XiaoLinger Fix localizations in popup panel