1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-04 23:58:01 +00:00

Add syntax type to code block in latest til

This commit is contained in:
jbranchaud
2016-08-12 23:20:20 -05:00
parent 658bb2afe4
commit 46336d59dd

View File

@@ -10,7 +10,7 @@ importantly the `--cherry-pick` flag.
To compare the `feature` branch against the `master` branch, I can run a
command like the following:
```
```bash
$ git log --left-right --graph --cherry-pick --oneline feature...branch
```