chore(git): fix typo

This commit is contained in:
Carlo Sala 2024-09-23 17:32:44 +02:00
parent f11cc8fea1
commit 367e9381df
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A

View File

@ -163,7 +163,7 @@ function git_current_branch() {
} }
# Outputs the name of the previously checked out branch # Outputs the name of the previously checked out branch
# Usage example: git pull origin $(git_current_branch) # Usage example: git pull origin $(git_previous_branch)
# rev-parse --symbolic-full-name @{-1} only prints if it is a branch # rev-parse --symbolic-full-name @{-1} only prints if it is a branch
function git_previous_branch() { function git_previous_branch() {
local ref local ref