本地到线上仓库同步

dev_partners
huang 6 years ago
parent fe1b87f9d6
commit e6b3b6b535

@ -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")
# 同步关卡信息

Loading…
Cancel
Save