Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,16 @@ await commitFilesFromBuffers({
});
```

## Known Limitations

Due to using the GitHub API to make changes to repository contents,
there are some things it's not possible to commit,
and where using the Git CLI is still required.

- Executable files
- Symbolic Links
- Submodule changes

## Other Tools / Alternatives

- [planetscale/ghcommit](https://github.com/planetscale/ghcommit) - Go library for committing to GitHub using graphql
Expand Down