Git pull origin master to raspberry pi

broken image
broken image

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

broken image

“…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).

broken image

Today I am looking at some commands to quickly get up and running on GitHub using a Raspberry Pi.

broken image