Function current_branch

Source
pub fn current_branch(
    runner: Arc<impl TaskRunner<Response = ShellResponse>>,
) -> Result<CmdInfo>
Expand description

Gather the current branch name in the local git repository.