This repository contains files associated with the Developer Zone blog, where we discuss a variety of topics centered around professional software development workflows with MATLAB.
Each blog post is a branch of this repository. Each branch contains content relevant to the blog post and is included for readers to reproduce the content of each post. You can clone an individual branch without fetching all branches with the following command in your shell:
git clone -b <branchname> --single-branch https://github.com/mathworks/developer-zone-blog
For example:
git clone -b 2025-Advanced-CI-Examples --single-branch https://github.com/mathworks/developer-zone-blog
Alternatively, you can simply clone the entire repository and use the branch manager in MATLAB to switch to the preferred blog post.
Note that not every blog post has a branch here.
The license is available in the License.txt file in this GitHub repository.
© 2025, The MathWorks, Inc.