wbzyl / my_fortunes_4.x

Przykładowa aplikacja Rails 4.0 do wykładu z Technik Internetowych

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Fortunes, Rails 4.x

Ściąga z gita:

git remote add origin git@github.com:wbzyl/my_fortunes_4.x.git
git push -u origin master

Gałęzie:

git push origin csv
git checkout --track origin/csv

git push origin remote-links
git checkout --track origin/remote-links

Poprawki z innej gałęzi:

git show master:app/views/fortunes/index.html.erb
git diff master csv -- app/views/fortunes/index.html.erb  # check diff
git diff master -- app/views/fortunes/index.html.erb      # jw. o ile jesteśmy na csv
git checkout master -- app/views/fortunes/index.html.erb  # cherry-pick

Wiecej diffa:

git diff     branch1:file branch2:file
git difftool branch1:file branch2:file

Misc stuff

Czyszczenie widoków:

About

Przykładowa aplikacja Rails 4.0 do wykładu z Technik Internetowych


Languages

Language:Ruby 96.9%Language:JavaScript 2.2%Language:CoffeeScript 1.0%