# File lib/git/log.rb, line 47
    def skip(num)
      dirty_log
      @skip = num
      return self
    end