Is there any way to retrieve git information programmatically using Java? I would like to know:
- All branches in current repository-directory
- Current branch of my working project
- All committed informations
In addition can I execute git processes (commit, rollback, checkout, delete branch, etc.) using Java?
I really do appreciate any suggestions .. Thanks