Version control with Git

# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
    matplotlib.RcParams._get = dict.get

3. Version control with Git#

Attribution

This chapter reuses material from Learn Programming for Engineers. Find out more here and is written by Robert Lanzafame and Tom van Woudenberg.

Git provides a very neat way to do version control for text-based files.