Method: Jmpod::Command::Create::Third#run

Defined in:
lib/jmpod/command/create/third.rb

#runObject



33
34
35
36
37
38
39
40
# File 'lib/jmpod/command/create/third.rb', line 33

def run
  if @url.include? '.git'
    fork_third_pod_to_gitlab
  else
    puts "该链接不是一个Git仓库".red
  end
  
end