-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1036 from datalad-handbook/scissors
Explain the ✂ symbol
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,6 +68,16 @@ right of each code snippet. | |
Clicking on that icon will copy all relevant lines from the code snippet, | ||
and will drop all comments and the ``$`` automatically. | ||
|
||
Whenever you see a ✂ symbol, command output has been shortened for easier readability. | ||
In the example below, the commit :term:`shasum` has been shortened and marked with ``✂SHA1``. | ||
|
||
.. code-block:: bash | ||
$ git log --reverse | ||
commit 8df130bb✂SHA1 | ||
Author: Elena Piscopia <[email protected]> | ||
Date: Tue Jun 18 16:13:00 2019 +0000 | ||
The book is split into different parts. The upcoming chapters | ||
are the *Basics* that intend to show you the core DataLad functionality | ||
and challenge you to use it. If you want to learn how to use DataLad, it is | ||
|