Struct git_repository::config::tree::Remote
source · pub struct Remote;
Expand description
The remote
top-level section.
Implementations§
source§impl Remote
impl Remote
sourcepub const PUSH_DEFAULT: RemoteName = _
pub const PUSH_DEFAULT: RemoteName = _
The remote.pushDefault
key
sourcepub const FETCH: FetchRefSpec = _
pub const FETCH: FetchRefSpec = _
The remote.<name>.fetch
key
sourcepub const PUSH: PushRefSpec = _
pub const PUSH: PushRefSpec = _
The remote.<name>.push
key
sourcepub const PROXY_AUTH_METHOD: ProxyAuthMethod = _
pub const PROXY_AUTH_METHOD: ProxyAuthMethod = _
The remote.<name>.proxyAuthMethod
key.