class Avm::Git::Launcher::Remote

def remove

+git remote rm ...+
def remove
  git.execute!('remote', 'rm', name)
end