pub fn fetch(
exec: Arc<impl TaskRunner>,
remote_alias: String,
) -> Result<CmdInfo>
Expand description
Fetch the last commits from the remote.
The remote is considered to be the default remote, .i.e origin.
Takes a [Runner
] as a parameter and the encapsulated result is a
CmdInfo::Ignore
.