Skip to content
egeerardyn edited this page Nov 10, 2014 · 3 revisions

It seems many people here are very familiar with MATLAB, Octave and LaTeX but less so with git. In this page, we shall give a short overview of other sources that cover git or practical tools that can help you to ease your work with git. The materials are subdivided into different categories where the most relevant items are mentioned first.

Written material

Video tutorials

While it's advised to read a tutorial at your own pace, sometimes it is just more convenient to watch a video that spoonfeeds you git.

Tools

MATLAB Tools

  • Since MATLAB R2014b, there is built-in git support in MATLAB.
  • There is also quite some git tools available on the File Exchange:

GUI Tools

Often it's easier to use a GUI to access git than fiddle with the command line. These don't always provide a full interface to the possibilities, but may make you more comfortable using git.

  • SourceTree is a very good OS X & Windows client.
  • SmartGitHg is a great crossplatform tool to access git, but unfortunately not free.
  • On Windows, you can use TortoiseGit to integrate git into Windows explorer.

Command Line tools