Method: Gitgo::App#welcome

Defined in:
lib/gitgo/app.rb

#welcomeObject



24
25
26
27
28
29
# File 'lib/gitgo/app.rb', line 24

def welcome
  erb :welcome, :locals => {
    :branch => repo.branch,
    :remotes => repo.refs
  }
end