Сергей Кузнецов, Я пытаюсь соединить код который на гите с моим текущим, ну или хотя бы что бы обновился проект и код с гита заменил текущий, но этого не происходит, просто написало что якобы всё ок, но на деле файл с кодом не изменился
Пытался git pull MyBot main (ветка так называется), но получит это
Попробовал привязать к текущей ветке, но ничего не изменилось в моём коде
anton@MacBook-Air-Ila Work % git branch --set-upstream-to=MyBot/main master
Branch 'master' set up to track remote branch 'main' from 'MyBot'.
anton@MacBook-Air-Ila Work % git pull
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before 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.
Already up to date.