This example demonstrates the libgit2 commit APIs to roughly simulate git commit with the commit message argument.
This does not have:
- Robust error handling - Most of the git commit options
This does have:
- Example of performing a git commit with a comment
See Implementation
This example demonstrates the libgit2 commit APIs to roughly simulate git commit with the commit message argument.
This does not have:
- Robust error handling - Most of the git commit options
This does have:
- Example of performing a git commit with a comment