global

def git_status

def git_status
  `git status`.split("\n")
end