Ruby on the web
Ruby: from 0 to 100 in 14400 seconds (2)
ruby@uniovi: Introducing the Ruby programming language
School of Computer Sciences
University of Oviedo
March 2015
Slide 2
Slide 2 text
Git
Slide 3
Slide 3 text
git clone REPO_URL
# make changes…
git status
git commit -am “Commit message”
git push
Slide 4
Slide 4 text
cd /vagrant/projects/jukebox-sinatra
git pull #updates repo state
git checkout workshop #switches branch
Let’s type!