jangid@alien.topOPBtoEmacs@communick.news•Magit: How do you do "git pull --no-rebase"?English
1·
1 year agoI understand that. But we have to choose betweet --rebase
, --no-rebase
or --ff-only
when git gets stuck.
I understand that. But we have to choose betweet --rebase
, --no-rebase
or --ff-only
when git gets stuck.
If Magit is functioning correctly, it shouldn’t error out when both the remote and local repos have been updated post the last sync. Currently, to resolve this, I resort to the CLI and run git pull --no-rebase
, which prompts for a comment and creates a new commit upon saving.
I want exactly this behavior inside Magit. Is there a setting to do that?
I am okay with this approach. I just wanted to make sure that I am not missing anything. Magit claims that it provides all the features that are normally available via CLI route. So I thought may be `git pull --no-rebase` is hidden somewhere in the user interface.
Following is my configuration for Python; I am using Emacs 29.1 --with-tree-sitter: