0

I want the same result as magit-log-all (l a shortcut) but restricted to a single remote (origin in my case).

Is there any way to do that ?

1 Answer 1

1

It's not really a normal shortcut, but you can pass git-log's --remotes flag to magit-log-other instead of a real ref.

So the shortcut looks something like l o --remotes=origin RET (of course, there's no completion for this).

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.