class Git::Lib

def branch_current

def branch_current
  branches_all.select { |b| b[1] }.first[0] rescue nil
end