mirror of
https://github.com/jbranchaud/til
synced 2026-01-05 16:18:01 +00:00
Add syntax type to code block in latest til
This commit is contained in:
@@ -10,7 +10,7 @@ importantly the `--cherry-pick` flag.
|
|||||||
To compare the `feature` branch against the `master` branch, I can run a
|
To compare the `feature` branch against the `master` branch, I can run a
|
||||||
command like the following:
|
command like the following:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
$ git log --left-right --graph --cherry-pick --oneline feature...branch
|
$ git log --left-right --graph --cherry-pick --oneline feature...branch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user