From 6a976c514a66362b2cb6f0765cb0d7a173de6147 Mon Sep 17 00:00:00 2001 From: ElisarEisenbach Date: Sun, 10 Aug 2025 16:35:51 +0300 Subject: [PATCH] fix comment --- plugins/git/git.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index 9897b0f7c..174253134 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -31,7 +31,7 @@ function git_develop_branch() { return 1 } -# Get the default branch name from remote HEAD or fallback to common branch names +# Get the default branch name from common branch names or fallback to remote HEAD function git_main_branch() { command git rev-parse --git-dir &>/dev/null || return