I understand that. But we have to choose betweet --rebase
, --no-rebase
or --ff-only
when git gets stuck.
- 2 Posts
- 4 Comments
Joined 2 years ago
Cake day: October 19th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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: