background preloader

Ruby for Kids

Facebook Twitter

Learn to Program. Want to receive a weekly email containing the scoop on our new titles along with the occasional special offer?

Learn to Program

Just click the button. (You can always unsubscribe later by editing your account information). Ruby Programming Language. Ruby for kids. Git and github. As you write your programs, you need to find a place to keep all your files.

git and github

In programming, we use repositories for this. The nice thing about repositories is that they keep track of the changes that you have made to your program,and other programmers, like your tutors, can download your programs, make corrections and push them back to the repository for you to download the corrected files. We will use github. github is free, it is a website that runs Git, which is a popular version control system that creates repositories Below are some commands and setup that you may find helpful.