enum

Git2::GitCloneLocalT

Inherits Enum < Comparable < Value < Object

Constants

GIT_CLONE_LOCAL_AUTO = 0
GIT_CLONE_LOCAL = 1
GIT_CLONE_NO_LOCAL = 2
GIT_CLONE_LOCAL_NO_LINKS = 3

Instance methods

git_clone_local?

Returns true if this enum value equals GIT_CLONE_LOCAL

Source
git_clone_local_auto?

Returns true if this enum value equals GIT_CLONE_LOCAL_AUTO

Source
git_clone_no_local?

Returns true if this enum value equals GIT_CLONE_NO_LOCAL

Source