class Git::Lib

def fetch(remote)

def fetch(remote)
  command('fetch', remote)
end