This commit is contained in:
abbie 2021-09-06 10:52:34 +01:00
parent 370fb1e326
commit e029d87c7a
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87

View file

@ -17,7 +17,7 @@ desc = ARGV[1]
project = client.create_project(name, {description: desc, visibility: "public"})
puts "Success: Created GitLab project #{ARGV[0]}."
puts "Push an existing Git repository."
puts "git remote add git@[DOMAIN]:[USERNAME]/#{ARGV[0]}.git"
puts "git remote add origin git@[DOMAIN]:[USERNAME]/#{ARGV[0]}.git"
puts "git push -u origin --all"
puts "git push -u origin --tags"
puts ""