Create a copy of an existing remote. All internal strings are also duplicated. Callbacks are not duplicated.
Call git_remote_free to free the data.
@param dest pointer where to store the copy @param source object to copy @return 0 or an error code
See Implementation
Create a copy of an existing remote. All internal strings are also duplicated. Callbacks are not duplicated.
Call git_remote_free to free the data.
@param dest pointer where to store the copy @param source object to copy @return 0 or an error code