This example demonstrates the libgit2 push API to roughly simulate git push.
This does not have:
- Robust error handling - Any of the git push options
This does have:
- Example of push to origin/master
Entry point for this command
See Source File
This example demonstrates the libgit2 push API to roughly simulate git push.
This does not have:
- Robust error handling - Any of the git push options
This does have:
- Example of push to origin/master