.. _usage: Usage ===== There are two ways to use JGit4MATLAB. It can be used as a command similar to `Git `_. :: jgit [] [...] -- [...] JGit4MATLAB parses a subset of Git commands, options and arguments. Use ``jgit help []`` to see what Git commands are available and to get help for a particular command. JGit4MATLAB can also be used by calling methods from the :class:`JGit` class, a thin wrapper around the `JGit Git API `_.:: JGit.command(args,param,key,...) Commands -------- * :ref:`add` * :ref:`branch` * :ref:`checkout` * :ref:`clone` * :ref:`commit` * :ref:`diff` * :ref:`fetch` * :ref:`init` * :ref:`log` * :ref:`merge` * :ref:`pull` * :ref:`push` * :ref:`status`