datalad-handbook/docs/basics/topic/adjustedmode-diff-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
277 B
ReStructuredText

Please use the following command instead:
.. code-block:: console
$ datalad diff --from main --to remotes/roommate/main
This syntax specifies the :term:`main` :term:`branch` as a starting point for the comparison instead of the current ``adjusted/main(unlocked)`` branch.