class Git::Lib

Public Instance Methods

tag_delete(tag_name) click to toggle source
# File lib/crackin/ext/git/lib.rb, line 3
def tag_delete(tag_name)
  command('tag', ['-d', tag_name])
end