pub fn current_branch(
runner: Arc<impl TaskRunner<Response = ShellResponse>>,
) -> Result<CmdInfo>
Expand description
Gather the current branch name in the local git repository.
pub fn current_branch(
runner: Arc<impl TaskRunner<Response = ShellResponse>>,
) -> Result<CmdInfo>
Gather the current branch name in the local git repository.