Module: Gitlab::Git::RepositoryMirroring

Included in:
Repository
Defined in:
lib/gitlab/git/repository_mirroring.rb

Instance Method Summary collapse

Instance Method Details

#remote_branches(remote_name) ⇒ Object



6
7
8
# File 'lib/gitlab/git/repository_mirroring.rb', line 6

def remote_branches(remote_name)
  gitaly_ref_client.remote_branches(remote_name)
end