Class: EacGit::Remote

Inherits:
Object
  • Object
show all
Defined in:
lib/eac_git/remote.rb,
lib/eac_git/remote/ls_result.rb

Overview

A Git remote repository referenced by URI.

Defined Under Namespace

Classes: LsResult

Instance Method Summary collapse

Instance Method Details

#lsObject



13
14
15
16
17
# File 'lib/eac_git/remote.rb', line 13

def ls
  ::EacGit::Remote::LsResult.by_ls_remote_command_output(
    ::EacGit::Executables.git.command('ls-remote', uri).execute!
  )
end