# File lib/heroku/command/base.rb, line 172 def extract_app_from_git_config remote = git("config heroku.remote") remote == "" ? nil : remote end