Source: thenewstack.io

Git for Managing Small Projects

Category: Software, Ubuntu

I’m a technology writer, not a full-fledged software developer. Now, I prototype microcontroller projects, explore the latest new technologies and am ramping up 3D printing skills for my steampunk interests, how-to stories and conference tech talks.

git is used for tracking and managing changes in files.

We “commit” our staged files to our git repository to permanently save the contents and history of each project snapshot.

With our edited files in the working directory and their names added to the repository index, we can “commit” them to a snapshot of the project.

Related Articles