-
Notifications
You must be signed in to change notification settings - Fork 468
Expand file tree
/
Copy pathsourcegit.appdata.xml
More file actions
72 lines (72 loc) · 2.9 KB
/
Copy pathsourcegit.appdata.xml
File metadata and controls
72 lines (72 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.sourcegit_scm.SourceGit</id>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<name>SourceGit</name>
<summary>Open-source and Free Git GUI Client</summary>
<description>
<p>Highlights</p>
<ul>
<li>Supports Windows/macOS/Linux</li>
<li>Opensource/Free</li>
<li>Fast</li>
<li>Deutsch/English/Español/Français/Italiano/Português/Русский/Українська/简体中文/繁體中文/日本語/தமிழ் (Tamil)/한국어</li>
<li>Built-in light/dark themes</li>
<li>Customize theme</li>
<li>Visual commit graph</li>
<li>Supports SSH access with each remote</li>
<li>GIT commands with GUI</li>
<li>Clone/Fetch/Pull/Push...</li>
<li>Merge/Rebase/Reset/Revert/Cherry-pick...</li>
<li>Amend/Reword/Squash</li>
<li>Interactive rebase</li>
<li>Branches</li>
<li>Remotes</li>
<li>Tags</li>
<li>Stashes</li>
<li>Submodules</li>
<li>Worktrees</li>
<li>Archive</li>
<li>Diff</li>
<li>Save as patch/apply</li>
<li>File histories</li>
<li>Blame</li>
<li>Revision Diffs</li>
<li>Branch Diff</li>
<li>Image Diff - Side-By-Side/Swipe/Blend</li>
<li>Git command logs</li>
<li>Search commits</li>
<li>GitFlow</li>
<li>Git LFS</li>
<li>Bisect</li>
<li>Issue Link</li>
<li>Workspace</li>
<li>Custom Action</li>
<li>Using AI to generate commit message using commitollama</li>
</ul>
</description>
<url type="bugtracker">https://github.com/sourcegit-scm/sourcegit/issues</url>
<url type="help">https://github.com/sourcegit-scm/sourcegit/issues</url>
<url type="homepage">https://sourcegit-scm.github.io</url>
<url type="vcs-browser">https://github.com/sourcegit-scm/sourcegit</url>
<launchable type="desktop-id">com.sourcegit_scm.SourceGit.desktop</launchable>
<developer id="io.github">
<name>sourcegit-scm</name>
</developer>
<branding>
<color type="primary" scheme_preference="light">#f15336</color>
<color type="primary" scheme_preference="dark">#f15336</color>
</branding>
<screenshots>
<screenshot type="default">
<image>https://sourcegit-scm.github.io/images/theme_dark.png</image>
<caption>Dark Theme</caption>
</screenshot>
<screenshot>
<image>https://sourcegit-scm.github.io/images/theme_light.png</image>
<caption>Light Theme</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
</component>