Skip to content

Commit

Permalink
emphasize lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Nov 27, 2023
1 parent cbfd213 commit 78c1aa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/blog/2023-synchronizing-git-repo-via-email.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We got this information with `git log --oneline --graph`.
{{ div() }}

On **computer B** we have the following Git history:
```
```hl_lines=1-2
* e6287b6 (HEAD -> main) another local modification
* 1120a75 one local modification
* 69bf25c another improvement
Expand Down Expand Up @@ -133,7 +133,7 @@ are the same but the commit hashes differ:
{{ div() }}

Git history on **computer A**:
```
```hl_lines=1-2
* 87fe580 (HEAD -> main) another local modification
* 175d42c one local modification
* 69bf25c another improvement
Expand All @@ -146,7 +146,7 @@ Git history on **computer A**:
{{ div() }}

Git history on **computer B**:
```
```hl_lines=1-2
* e6287b6 (HEAD -> main) another local modification
* 1120a75 one local modification
* 69bf25c another improvement
Expand Down
5 changes: 5 additions & 0 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ $heading-color: #404040;
padding: 0 30px;
font-style: italic;
}

pre mark {
display: block;
color: #cc0099;
}

0 comments on commit 78c1aa9

Please sign in to comment.