Sha256: 33c1d44b9d139eee8ac365e6fc75b6c40da15afb7b13454b4d4e9f46ed3c7c96

Contents?: true

Size: 349 Bytes

Versions: 3

Compression:

Stored size: 349 Bytes

Contents

module Rugged
  class Remote
    # Push a list of refspecs to the given remote.
    #
    # refspecs - A list of refspecs that should be pushed to the remote.
    #
    # Returns a hash containing the pushed refspecs as keys and
    # any error messages or +nil+ as values.
    def push(refspecs)
      @owner.push(self, refspecs)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rugged-0.19.0 lib/rugged/remote.rb
rugged-0.18.0.gh.de28323 lib/rugged/remote.rb
rugged-0.18.0.b1 lib/rugged/remote.rb