Class: Gisha::CreateRepositoryCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/gisha/cli.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



40
41
42
# File 'lib/gisha/cli.rb', line 40

def execute
  Rugged::Repository.init_at(path, :bare)
end