|
1 |
| -# SourceGit |
2 |
| - |
3 |
| -Opensource Git GUI client. |
4 |
| - |
5 |
| -## Highlights |
6 |
| - |
7 |
| -* Supports Windows/macOS/Linux |
8 |
| -* Opensource/Free |
9 |
| -* Fast |
10 |
| -* English/简体中文 |
11 |
| -* Built-in light/dark themes |
12 |
| -* Visual commit graph |
13 |
| -* Supports SSH access with each remote |
14 |
| -* GIT commands with GUI |
15 |
| - * Clone/Fetch/Pull/Push... |
16 |
| - * Branches |
17 |
| - * Remotes |
18 |
| - * Tags |
19 |
| - * Stashes |
20 |
| - * Submodules |
21 |
| - * Archive |
22 |
| - * Diff |
23 |
| - * Save as patch/apply |
24 |
| - * File histories |
25 |
| - * Blame |
26 |
| - * Revision Diffs |
27 |
| -* GitFlow support |
28 |
| - |
29 |
| -> **Linux** only tested on **Ubuntu 22.04** on **X11**. |
30 |
| -
|
31 |
| -## How to use |
32 |
| - |
33 |
| -**To use this tool, you need to install Git first.** |
34 |
| - |
35 |
| -You can download the latest stable from [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest) or download workflow artifacts from [Github Actions](https://github.com/sourcegit-scm/sourcegit/actions) to try this app based on each commits. |
36 |
| - |
37 |
| -For **macOS** users: |
38 |
| - |
39 |
| -* Download `SourceGit.osx-x64.zip` or `SourceGit.osx-arm64.zip` from Releases. `x64` for Intel and `arm64` for Apple Silicon. |
40 |
| -* Move `SourceGit.app` to `Applications` folder. |
41 |
| -* Make sure your mac trusts all software from anywhere. For more information, search `spctl --master-disable`. |
42 |
| -* Make sure [git-credential-manager](https://github.com/git-ecosystem/git-credential-manager/releases) is installed on your mac. |
43 |
| -* You may need to run `sudo xattr -cr /Applications/SourceGit.app` to make sure the software works. |
44 |
| - |
45 |
| -For **Linux** users: |
46 |
| - |
47 |
| -* `xdg-open` must be installed to support open native file manager. |
48 |
| -* Make sure [git-credential-manager](https://github.com/git-ecosystem/git-credential-manager/releases) is installed on your linux, and it requires `ttf-mscorefonts-installer` installed. |
49 |
| -* Maybe you need to set environment variable `AVALONIA_SCREEN_SCALE_FACTORS`. See https://github.com/AvaloniaUI/Avalonia/wiki/Configuring-X11-per-monitor-DPI. |
50 |
| -* Modify `SourceGit.desktop.template` (replace SOURCEGIT_LOCAL_FOLDER with real path) and move it into `~/.local/share/applications`. |
51 |
| - |
52 |
| -## Screen Shots |
53 |
| - |
54 |
| -* Dark Theme |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| -* Light Theme |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| -## Contributing |
63 |
| - |
64 |
| -Thanks to all the people who contribute. |
65 |
| - |
66 |
| -<a href="https://github.com/sourcegit-scm/sourcegit/graphs/contributors"> |
67 |
| - <img src="https://contrib.rocks/image?repo=sourcegit-scm/sourcegit" /> |
68 |
| -</a> |
| 1 | +# SourceGit |
| 2 | + |
| 3 | +Opensource Git GUI client. |
| 4 | + |
| 5 | +## Highlights |
| 6 | + |
| 7 | +* Supports Windows/macOS/Linux |
| 8 | +* Opensource/Free |
| 9 | +* Fast |
| 10 | +* English/简体中文 |
| 11 | +* Built-in light/dark themes |
| 12 | +* Visual commit graph |
| 13 | +* Supports SSH access with each remote |
| 14 | +* GIT commands with GUI |
| 15 | + * Clone/Fetch/Pull/Push... |
| 16 | + * Branches |
| 17 | + * Remotes |
| 18 | + * Tags |
| 19 | + * Stashes |
| 20 | + * Submodules |
| 21 | + * Archive |
| 22 | + * Diff |
| 23 | + * Save as patch/apply |
| 24 | + * File histories |
| 25 | + * Blame |
| 26 | + * Revision Diffs |
| 27 | +* GitFlow support |
| 28 | + |
| 29 | +> **Linux** only tested on **Ubuntu 22.04** on **X11**. |
| 30 | +
|
| 31 | +## How to use |
| 32 | + |
| 33 | +**To use this tool, you need to install Git first.** |
| 34 | + |
| 35 | +You can download the latest stable from [Releases](https://github.com/sourcegit-scm/sourcegit/releases/latest) or download workflow artifacts from [Github Actions](https://github.com/sourcegit-scm/sourcegit/actions) to try this app based on each commits. |
| 36 | + |
| 37 | +For **macOS** users: |
| 38 | + |
| 39 | +* Download `SourceGit.osx-x64.zip` or `SourceGit.osx-arm64.zip` from Releases. `x64` for Intel and `arm64` for Apple Silicon. |
| 40 | +* Move `SourceGit.app` to `Applications` folder. |
| 41 | +* Make sure your mac trusts all software from anywhere. For more information, search `spctl --master-disable`. |
| 42 | +* Make sure [git-credential-manager](https://github.com/git-ecosystem/git-credential-manager/releases) is installed on your mac. |
| 43 | +* You may need to run `sudo xattr -cr /Applications/SourceGit.app` to make sure the software works. |
| 44 | + |
| 45 | +For **Linux** users: |
| 46 | + |
| 47 | +* `xdg-open` must be installed to support open native file manager. |
| 48 | +* Make sure [git-credential-manager](https://github.com/git-ecosystem/git-credential-manager/releases) is installed on your linux, and it requires `ttf-mscorefonts-installer` installed. |
| 49 | +* Maybe you need to set environment variable `AVALONIA_SCREEN_SCALE_FACTORS`. See https://github.com/AvaloniaUI/Avalonia/wiki/Configuring-X11-per-monitor-DPI. |
| 50 | +* Modify `SourceGit.desktop.template` (replace SOURCEGIT_LOCAL_FOLDER with real path) and move it into `~/.local/share/applications`. |
| 51 | + |
| 52 | +## Screen Shots |
| 53 | + |
| 54 | +* Dark Theme |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +* Light Theme |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +## Contributing |
| 63 | + |
| 64 | +Thanks to all the people who contribute. |
| 65 | + |
| 66 | +<a href="https://github.com/sourcegit-scm/sourcegit/graphs/contributors"> |
| 67 | + <img src="https://contrib.rocks/image?repo=sourcegit-scm/sourcegit" /> |
| 68 | +</a> |
0 commit comments