Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I want the same result as magit-log-all (l a shortcut) but restricted to a single remote (origin in my case).
magit-log-all
l a
origin
Is there any way to do that ?
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.
git-log
--remotes
magit-log-other
So the shortcut looks something like l o --remotes=origin RET (of course, there's no completion for this).
l o --remotes=origin RET
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.