libgit2

git_remote_create_flags

Version:

Remote creation options flags

Values

GIT_REMOTE_CREATE_SKIP_INSTEADOF
(1 << 0)

Ignore the repository apply.insteadOf configuration

GIT_REMOTE_CREATE_SKIP_DEFAULT_FETCHSPEC
(1 << 1)

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

Versions