# File lib/git/branch.rb, line 33
    def checkout
      check_if_create
      @base.checkout(@full)
    end