Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source code management in software development, but it can be used to keep track of changes in any set of files. Want to learn how to use Git …
Read More “Workshop: Introduction to Git – May 30th 2018”
I needed to upload my code for “Chef”, the newly wall-mounted internet connected LED matrix scroller at DimSumLabs (see picture), so that other people can hack it. We have a github account. I’m not a professional or social coder, so I am unfamiliar with git. Here’s what I did to get the code online, for …
Read More “Quick guide to DimSumLabs’ Github”