I'm new to magit, but it surprised me that there was no keybinding for the git
workflow I use most often. Instead of doing 'git pull' and blindly merging
changes, I prefer this:
git fetch; git diff ..origin/master
I can do the first part with 'f', but when I hit 'D' I have to manually type in
'...origin/master' in order to see the diff that will be applied if I do a
merge.
Is there any way to set this behaviour as the default?
--
You received this message because you are subscribed to the Google Groups
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.