140 141 142 143
# File 'lib/tuya/ci/core/git.rb', line 140 def self.git_current_branch temp = EXE.exe('git', %W(branch)) temp.scan(/^\*\s(.*)/)[0][0] end