Method: Git::Lib#tags

Defined in:
lib/git/lib.rb

#tags

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



1422
1423
1424
# File 'lib/git/lib.rb', line 1422

def tags
  command_lines('tag')
end