Git2::GitRemoteCreateFlags
Inherits Enum < Comparable < Value < Object
Constants
GIT_REMOTE_CREATE_SKIP_INSTEADOF = 1
GIT_REMOTE_CREATE_SKIP_DEFAULT_FETCHSPEC = 2
None = 0
All = 3
Instance methods
git_remote_create_skip_default_fetchspec?
Returns true if this enum value contains GIT_REMOTE_CREATE_SKIP_DEFAULT_FETCHSPEC
git_remote_create_skip_insteadof?
Returns true if this enum value contains GIT_REMOTE_CREATE_SKIP_INSTEADOF
none?
Source