datalad-handbook/docs/basics/topic/adjustedmode-gitdiff-remote.rst
Michael Hanke 46d995ea2b Normalize code blocks
- console lexer for anything that is a console session
- some other specialized lexers when it makes sense
- always with prompt, when in a console session, or for commands that
  are meant to be executed

Closes #1013
2023-11-09 15:17:13 +01:00

7 lines
197 B
ReStructuredText

Please use the following command instead:
.. code-block:: console
$ git diff main..remotes/roommate/main
This is :term:`Git`\s syntax for specifying a comparison between two :term:`branch`\es.