Skip to content

Instantly share code, notes, and snippets.

@kayakaya
Created February 1, 2011 14:17
Show Gist options
  • Save kayakaya/805912 to your computer and use it in GitHub Desktop.
Save kayakaya/805912 to your computer and use it in GitHub Desktop.
Gitの練習用
* forkしたリポジトリ間でのpush/pullを学習する
* gityに変更してみた
* mergeしなくてもログには記録されるのか
* Emacs no iro gawakarimasen
* ここはCotEditorで追加
* ここはgithubのWeb UIで追加
* gits.githubからの追加
#/usr/bin/env ruby
require 'pp'
[1..3].each do |item|
pp item
end
#/usr/bin/env ruby
['apple', 'Dell', 'hp'].each do |item|
puts item.length
end
#!/usr/bin/env ruby
['apple', 'orange', 'laputa'].each do |item|
puts item
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment