JGit4MATLAB

JGit4MATLAB is a wrapper for JGit in MATLAB. It is meant to be used from the MATLAB command window.

Download
Download

You are now following this Submission

Cite As

Mark Mikofski (2026). JGit4MATLAB (https://nl.mathworks.com/matlabcentral/fileexchange/41348-jgit4matlab), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Software Development in Help Center and MATLAB Answers

General Information

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

Download
1.17.0

abbreviate summary

Download
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

Download
1.15.0

now with fetch and proper checks for new jar files, including UserInfoSshSessionFactory which lets you use passphrases with jgit.

Download
1.14.0

SSH now works with passphrase! Update download site. Add push and fix many bugs.

Download
1.13.0

add merge command, update to release 0.5, try new file structure

Download
1.9.0

jgit command line function has better handling of numbers and boolean/logicals

Download
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.

Download
1.7.0

add JGit.diff

Download
1.6.0

now with checkout

Download
1.5.0

add clone and branch

Download
1.4.0

add init command, some more help, and also fix "typing JGit should install JGit 1st time" now it really does

Download
1.3.0

improve log function, add some help

Download
1.2.0

remove .git file, add log.m function

Download
1.0.0

Download