# File lib/gitlab_git/repository.rb, line 787
      def remote_add(remote_name, url)
        rugged.remotes.create(remote_name, url)
      end