class Git::Base
Public Instance Methods
branch_current()
click to toggle source
# File lib/crackin/ext/git/base.rb, line 9 def branch_current self.lib.branch_current end
tag_delete(tag_name)
click to toggle source
# File lib/crackin/ext/git/base.rb, line 3 def tag_delete(tag_name) tag = tag(tag_name) self.lib.tag_delete(tag_name) tag end