disable auto pull ? #4542
Replies: 2 comments 2 replies
-
It never merges anything. The only thing that's new is that it auto-fast-forwards your main branches (usually master or main), but only if fast-forwarding is possible. I find this very useful myself, that's why I enabled it by default. You can turn it off with git:
autoForwardBranches: none See #4493. |
Beta Was this translation helpful? Give feedback.
-
hey thanks for the reply !!! yea, im not sure if that is what's affecting the change in behavior im seeing previously, i opened lazygit and if a local branch (main/master) was out of sync with the remote, it would show a down arrow, and i would manually pull whenever i needed this no longer happens, it's seemingly auto pulling main/master i felt is useful, since it let me know about any new changes on the remote that i should be aware of, now i don't know if i need to update my feat branch from main or not 🤷♂️ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
the last version changed something, now every time i open lazygit, it automatically pulls and merges branches that are not the current one, how do i avoid that ?
a popup came up when i installed this version, i think it referred to this change, however i don't know how to pop it up again
haven't found docs about it in the release notes
can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions