You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,20 @@ Opensource Git GUI client.
28
28
29
29
> **Linux** only tested on **Ubuntu 22.04** on **X11**.
30
30
31
-
## How to use
31
+
## How to Use
32
32
33
33
**To use this tool, you need to install Git(>=2.23.0) first.**
34
34
35
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 latest commits.
36
36
37
+
This software creates a folder `$"{System.Environment.SpecialFolder.ApplicationData}/SourceGit"`, which is platform-dependent, to store user settings, downloaded avatars and crash logs.
38
+
39
+
| OS | PATH |
40
+
| --- | --- |
41
+
| Windows |`C:\Users\USER_NAME\AppData\Roaming\SourceGit`|
42
+
| Linux |`/home/USER_NAME/.config/SourceGit`|
43
+
| macOS |`/Users/USER_NAME/.config/SourceGit`|
44
+
37
45
For **Windows** users:
38
46
39
47
***MSYS Git is NOT supported**. Please use official [Git for Windows](https://git-scm.com/download/win) instead.
@@ -64,7 +72,8 @@ This app supports open repository in external tools listed in the table below.
0 commit comments