Category: Software, Data, github, gitlab

The first few articles of this https://thenewstack.io/git-for-managing-small-projects/ covered the basics of installing, populating and interacting with git repositories. Linux is a natural environment for git because the commands are easily entered from a regular text terminal at the command line.

What are the logistics of handling projects with a mixture of file types under git?

FreeCad CAD models (.FCStd1 extension) will easily reside in the git project directory.

In this article, I showed that you that git can handle different types of files, other than just text.

Related Articles