- "D" will download the ref under the cursor from remote site. If the ref was a local ref, it will be updated by HEAD.
- "d" will update HEAD with the ref at the cursor.
The reason for the change is I usually want to push a ref to HEAD but git doesn't let you push to a checked-out branch. I'm also reworking the reset commands. My view is "--soft" and "--mixed" are too confusing and dangerous. The default should be "--keep" the next alternative should be "--hard".
Caveat utilitor.
hello,
ReplyDeletethanks for developing egg -- i prefer it to magit. Unfortunately, it breaks with Emacs 24.3 (e.g. trying to stage a hunk gives Wrong type argument: integer-or-marker-p, nil). If possible, could you update egg for the current emacs? Many thanks!