Sha256: 70ea8054b37ac03c47d0d75af488aee5b373d2568775e91717014d2d2e8299e2

Contents?: true

Size: 233 Bytes

Versions: 6

Compression:

Stored size: 233 Bytes

Contents

project_name = read_project_name
repository_name = read_repository_name
authorize(project_name, 'admin')
dir = find_repository_dir(project_name, repository_name)
FileUtils.mkdir_p(dir)
Dir.chdir(dir) do
  exec "git init --bare" 
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hubbard-0.0.5 commands/create-repository.rb
hubbard-0.0.4 commands/create-repository.rb
hubbard-0.0.3 commands/create-repository.rb
hubbard-0.0.2 commands/create-repository.rb
hubbard-0.0.1 commands/create-repository.rb
hubbard-0.0.0 commands/create-repository.rb