# File lib/rhc/commands/app.rb, line 142 def git_clone(app) rest_domain = rest_client.find_domain(options.namespace) rest_app = rest_domain.find_application(app) run_git_clone(rest_app) 0 end