mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
fix comment
This commit is contained in:
parent
0c5eae7e44
commit
6a976c514a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue