diff options
Diffstat (limited to 'plugins/git/git.plugin.zsh')
-rw-r--r-- | plugins/git/git.plugin.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index 7284cd121..8f8edcd23 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -25,8 +25,7 @@ function work_in_progress() { fi } -# Get the default 'main' branch -# Marc(2020-07-11): I hope to be able to remove this someday +# Get the default 'main' branch: from origin, from local branches, or else just 'master' function git_main_branch() { # Get default branch from the origin remote local branch |