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