class Git::Branch

def checkout

def checkout
  check_if_create
  @base.checkout(@full)
end