We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7a6325 + 4dff617 commit f47480cCopy full SHA for f47480c
snap/snapcraft.yaml
@@ -3,6 +3,7 @@
3
name: gitless
4
version: git
5
summary: A simple version control system built on top of Git
6
+license: MIT
7
description: |
8
Gitless is an experimental version control system built on top of Git.
9
Many people complain that Git is hard to use. We think the problem lies
@@ -13,6 +14,8 @@ description: |
13
14
Git), you can always fall back on Git. And of course your coworkers you
15
share a repo with need never know that you're not a Git aficionado.
16
17
+base: core18
18
+
19
grade: devel # 'stable' for stable/candidate upload
20
confinement: devmode # 'strict' after right plugs and slots
21
0 commit comments