enum

Git2::GitDirection

Inherits Enum < Comparable < Value < Object

Constants

GIT_DIRECTION_FETCH = 0
GIT_DIRECTION_PUSH = 1

Instance methods

git_direction_fetch?

Returns true if this enum value equals GIT_DIRECTION_FETCH

Source
git_direction_push?

Returns true if this enum value equals GIT_DIRECTION_PUSH

Source