class Rugged::Remote
def push(refspecs)
Returns a hash containing the pushed refspecs as keys and
refspecs - A list of refspecs that should be pushed to the remote.
Push a list of refspecs to the given remote.
def push(refspecs) @owner.push(self, refspecs) end