class Git::Lib

def tag(tag)

def tag(tag)
  command('tag', tag)
end