Enum git2::Direction
[−]
[src]
pub enum Direction {
Fetch,
Push,
}An enumeration of the possible directions for a remote.
Variants
FetchData will be fetched (read) from this remote.
PushData will be pushed (written) to this remote.