Searched refs:current_branch (Results 1 – 2 of 2) sorted by relevance
51 current_branch = result.stdout.strip().replace('refs/heads/', '')52 if not current_branch:55 cfg_option = 'branch.' + current_branch + '.'
61 def current_branch(self) -> str: member in GitRepo