When using Sinatra, how do you direct your code to a new page? erb :(desired location) Create a hash using a literal and another using new # Option A my_hash = {} # Option B my_other_hash = Hash.new() How do you view your Git timeline history? 'git log' hash = { foo: corge, bar: grault, baz: qux }