class Envirobly::Git

def current_branch

def current_branch
  git("branch --show-current").stdout.strip
end