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