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 b3e603b commit ffc1819Copy full SHA for ffc1819
1 file changed
README.md
@@ -286,6 +286,16 @@ await commitFilesFromBuffers({
286
});
287
```
288
289
+## Known Limitations
290
+
291
+Due to using the GitHub API to make changes to repository contents,
292
+there are some things it's not possible to commit,
293
+and where using the Git CLI is still required.
294
295
+- Executable files
296
+- Symbolic Links
297
+- Submodule changes
298
299
## Other Tools / Alternatives
300
301
- [planetscale/ghcommit](https://github.com/planetscale/ghcommit) - Go library for committing to GitHub using graphql
0 commit comments