git_remote_create_flags

Remote creation options flags

Values

ValueMeaning
GIT_REMOTE_CREATE_SKIP_INSTEADOF1 << 0

Ignore the repository apply.insteadOf configuration

GIT_REMOTE_CREATE_SKIP_DEFAULT_FETCHSPEC1 << 1

Don't build a fetchspec from the name if none is set

Meta