# File lib/git-review/provider/github.rb, line 174
      def remote_url_for(user_name, repo_name = repo_info_from_config.last)
        "git@github.com:#{user_name}/#{repo_name}.git"
      end