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.
1 parent 39126aa commit 7289525Copy full SHA for 7289525
README.md
@@ -16,6 +16,10 @@ branch protection.
16
It is possible to sign commits with GPG, however managing GPG keys can be cumbersome,
17
especially when maintainers leave a project. Using the API eliminates the need for key management.
18
19
+:warning: This is meant for use in CI environments and with small commits. For example, a CI workflow
20
+that formats code and commits the changes. This is not meant to be used for large commits
21
+and should not be used in place of `git` for day-to-day development.
22
+
23
## Install
24
25
1. go install: `go install github.com/pantheon-systems/ghcommit@latest`
0 commit comments