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
If you talked it over with us and we agree that it's something we would take,
47
+
If you talked it over with us, and we agree that it's something we would take,
48
48
please do the familiar GitHub dance of forking the repository and submitting
49
-
a Pull Request so we can review and possibly merge it.
49
+
a Pull Request, so we can review and possibly merge it.
50
50
51
51
Any contributions sent to us implicitly give us the right to redistribute that
52
52
work under the same license and rights.
53
53
54
-
[Why we don't explicity require a CLA for contributions to GitButler](https://ben.balter.com/2018/01/02/why-you-probably-shouldnt-add-a-cla-to-your-open-source-project/)
54
+
[Why we don't explicitly require a CLA for contributions to GitButler](https://ben.balter.com/2018/01/02/why-you-probably-shouldnt-add-a-cla-to-your-open-source-project/)
55
55
56
56
## How will GitButler Stay in Business?
57
57
58
58
The client is open source and free to use, forever. If you want to use this
59
59
as your Git client, it will never be pulled out from under you.
60
60
61
61
In parallel with this client, we're also developing some rad cloud services
62
-
that you can optionally enable but are not neccesary or limiting to your
62
+
that you can optionally enable but are not necessary or limiting to your
63
63
client experience. If we can provide some compelling team functionality that
64
64
you can get your boss to pay for, then we would love to have your business
65
65
in that area. If it's not interesting to you, then never fear, the client is
66
-
fully functional on it's own and totally free.
66
+
fully functional on its own and totally free.
67
67
68
68
## Kudos
69
69
@@ -73,7 +73,7 @@ care about what we're doing.
73
73
74
74
However, helping us with our codebase is over the top. We'll call out our
75
75
contributors in some way, though we haven't quite figured out how yet. But
76
-
rest assured, we'll give you credit. Or schwag maybe. Or a beer, if you're
76
+
rest assured, we'll give you credit. Or schwag, maybe. Or a beer, if you're
Git branch management tool, built from the ground up for modern workflows
@@ -17,7 +15,7 @@
17
15
<br />
18
16
<i>~ Link for Windows will be added once a release is available. ~</i>
19
17
</p>
20
-
</p>
18
+
</div>
21
19
22
20
<br/>
23
21
@@ -115,7 +113,7 @@ or [join our Discord server](https://discord.gg/wDKZCPEjXC).
115
113
116
114
Commit message generation is an opt-in feature. You can enable it while adding your repository for the first time or later in the project settings.
117
115
118
-
Currently GitButler uses OpenAI's API for diff summarization, which means that if enabled, code diffs would be sent to OpenAI's servers.
116
+
Currently, GitButler uses OpenAI's API for diff summarization, which means that if enabled, code diffs would be sent to OpenAI's servers.
119
117
120
118
Our goal is to make this feature more modular such that in the future you can modify the prompt as well as plug a different LLM endpoints (including a local ones).
0 commit comments