Windows/macOS/Linux GUI client for GIT users
Find a file
2024-03-01 13:46:00 +08:00
screenshots update<screenshots>: 2024-02-21 12:07:56 +08:00
src style<Repository>: normalize repository's path 2024-03-01 13:46:00 +08:00
.gitignore update<Build>: update build script for macOS. add build/ and .DS_Store to ignore list 2024-02-22 15:45:17 +08:00
LICENSE style<*>: use mono font for all contents 2024-02-18 10:41:41 +08:00
README.md update<README>: add tips for macOS users 2024-02-26 10:11:17 +08:00

SourceGit

Opensouce Git GUI client.

High-lights

  • Supports Windows/macOS
  • Opensource/Free
  • 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
    • Archive
    • Diff
    • Save as patch/apply
    • File histories
    • Blame
    • Revision Diffs
  • GitFlow support

How to use

To use this tool, you need to install Git first.

Download pre-build binariesReleases

For macOS users:

  • Download SourceGit.macOS.zip.
  • Choose the app that fits your system's CPU architecture and copy it to Applications. x64 for Intel and arm64 for Apple Silicon.
  • Make sure your mac trusts all software from anywhere. For more information, search spctl --master-disable.
  • You may need to run sudo xattr -cr /Applications/SourceGit.app to make sure the software works.

Screen Shots

  • Drak Theme

Theme Dark

  • Light Theme

Theme Light

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