# File lib/git-review/local.rb, line 28
    def remotes
      git_call('remote').split("\n")
    end