|
|
|
@ -154,7 +154,7 @@ class WelcomeController < ApplicationController
|
|
|
|
|
system("git remote remove origin")
|
|
|
|
|
system("git remote add origin #{new_giturl}")
|
|
|
|
|
system("git add .")
|
|
|
|
|
system("git commit -m 'first commit'")
|
|
|
|
|
system("git commit -m '..'")
|
|
|
|
|
system("git push origin master")
|
|
|
|
|
|
|
|
|
|
# 同步关卡信息
|
|
|
|
|