Git config –global user.name “USERNAME” Git user.name If you are the only user of the Pi then the following can be used: The version of Git can be checked via git –version git –versionĪfter installing Git, or checking that Git is installed, it is time to add some attributes to the local Git account. Git can be installed via sudo apt-get install git sudo apt-get install git
“…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.” The same instructions should work within other Linux based terminals and Mac OS X (minus apt-get).
Today I am looking at some commands to quickly get up and running on GitHub using a Raspberry Pi.