git - Can I commit and push in Java from within the code? -
i have program automatically updates files website , periodically uploads them well. in past, uploaded files through ftp pretty simple , worked okay.
i have since moved github pages, , syncing website through github program manually simple, have no idea how automate within own program.
is possible update website within code, , if so, how go doing that?
use library (called jgit):
Comments
Post a Comment