class Git::Lib

def branch_new(branch)

def branch_new(branch)
  command('branch', branch)
end