# File lib/git/base.rb, line 352
    def tag(tag_name)
      Git::Object.new(self, tag_name, 'tag', true)
    end