# File lib/flowdock/git.rb, line 11
      def post(ref, from, to, options = {})
        Git.new(ref, from, to, options).post
      end