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