ubuntu@0321-dsm2-nvdgxa100-prxmx70052:~/pipecat$ git status On branch v4_version Your branch is behind 'origin/v4_version' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: deployments/k8s/gke/deployment-v4.yaml modified: src/core/logging.py no changes added to commit (use "git add" and/or "git commit -a") ubuntu@0321-dsm2-nvdgxa100-prxmx70052:~/pipecat$ git add . ubuntu@0321-dsm2-nvdgxa100-prxmx70052:~/pipecat$ git commit -m 'updated loggers' [v4_version 3518548] updated loggers 2 files changed, 7 insertions(+), 1 deletion(-) ubuntu@0321-dsm2-nvdgxa100-prxmx70052:~/pipecat$ git pull hint: You have divergent branches and need to specify how to reconcile them. hint: You can do so by running one of the following commands sometime before hint: your next pull: hint: hint: git config pull.rebase false # merge (the default strategy) hint: git config pull.rebase true # rebase hint: git config pull.ff only # fast-forward only hint: hint: You can replace "git config" with "git config --global" to set a default hint: preference for all repositories. You can also pass --rebase, --no-rebase, hint: or --ff-only on the command line to override the configured default per hint: invocation. fatal: Need to specify how to reconcile divergent branches. ubuntu@0321-dsm2-nvdgxa100-prxmx70052:~/pipecat$