# File lib/gitlab_git/repository.rb, line 782 def remote_delete(remote_name) rugged.remotes.delete(remote_name) end