add_remote_push


Description:

public void add_remote_push (Remote remote, string refspec) throws Error

Adds a push refspec to remote's configuration.

Adds the given refspec to the push list in the configuration. No loaded remote instances will be affected.

Parameters:

this

a Repository.

remote

a Remote.

refspec

the push refspec.