· 1 min read
Screencast: Etwas zu Open-Source beitragen
Downloads in verschiedenen Formaten:
Resourcen:
bash
[bash] git clone git@github.com:ryanb/vcr.git cd vcr git branch -r bundle install bundle exec rake git submodule init git submodule update git status git checkout . git checkout -b readme-contributing-link git diff git commit -a -m “adding contributing link to readme” git push origin readme-contributing-link [/bash]
Gemfile
[ruby] gem ‘rb-fsevent’, ‘0.9.0.pre4’ [/ruby]