Git on Interplay

This is a paired class learning usage of git on Interplay

Written By Brian Sathinathan (Super Administrator)

Updated at March 25th, 2021

Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows. 

A Git repository is the .git/ folder inside a project. This repository tracks all changes made to files in your project, building a history over time. Meaning, if you delete the .git/ folder, then you delete your project’s history. 

In this example, we will learn how to push workflows to git repository through Interplay for developers to check each others changes they've been working on. Our Machine Learning Engineering manager Shomron walks us through a step by step instructions.


Was this article helpful?