JGit4MATLAB
JGit4MATLAB is a wrapper for JGit in MATLAB. It is meant to be used from the MATLAB command window.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Mark Mikofski (2026). JGit4MATLAB (https://nl.mathworks.com/matlabcentral/fileexchange/41348-jgit4matlab), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.18.0 (90.4 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.18.0 | fix bugs in pull and push. push should output message, for example if push rejected. Pull should save conflicting files for merging if conflict arises. add info on known issues |
||
| 1.17.0 | abbreviate summary |
||
| 1.16.0 | git commands are now parsed for jgit at the command line, ie you can type jgit log -10, or jgit checkout -- file.m |
||
| 1.15.0 | now with fetch and proper checks for new jar files, including UserInfoSshSessionFactory which lets you use passphrases with jgit. |
||
| 1.14.0 | SSH now works with passphrase! Update download site. Add push and fix many bugs. |
||
| 1.13.0 | add merge command, update to release 0.5, try new file structure |
||
| 1.9.0 | jgit command line function has better handling of numbers and boolean/logicals |
||
| 1.8.0 | correct zip file, did not have @JGit, listed methods as functions, oops! Also add command line wrapper that lets user call commands and args separated by strings. |
||
| 1.7.0 | add JGit.diff |
||
| 1.6.0 | now with checkout |
||
| 1.5.0 | add clone and branch |
||
| 1.4.0 | add init command, some more help, and also fix "typing JGit should install JGit 1st time" now it really does |
||
| 1.3.0 | improve log function, add some help |
||
| 1.2.0 | remove .git file, add log.m function |
||
| 1.0.0 |