59 60 61 62
# File 'lib/tuya/ci/core/git.rb', line 59 def self.git_push puts "Git commit push".green EXE.exe('git', %W(push), true ) end