Skip to content

Commit d4b389a

Browse files
committed
added adog meme
1 parent 77cf539 commit d4b389a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_episodes/02-history.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ uniquely identifies the changes made in this commit
7676
- date
7777
- your commit message
7878

79-
Git automatically assigns an identifier (e.g. 4dd7f5) to each commit
80-
made to the repository
79+
![logadog](https://memegenerator.net/img/instances/68123024/i-dont-do-git-log-all-the-time-but-when-i-do-just-remember-a-dog-all-decorate-oneline-graph.jpg)
80+
81+
Git automatically assigns an identifier (e.g. 4dd7f5) to each commit made to the repository
8182
--- we refer to this as *COMMITID* in the code blocks below.
8283
In order to see the changes made between any earlier commit and our
8384
current version, we can use `git diff` followed by the commit identifier of the

0 commit comments

Comments
 (0)